#B93D70

Color #B93D70 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B93D70

Tints of Royal Heath #B93D70

Color information

#B93D70 (or 0xB93D70) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 70. RGB value is (185,61,112). Sum of RGB (Red+Green+Blue) = 185+61+112=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D70 is #46C28F. Grayscale: #676767. Windows color (decimal): -4637328 or 7355833. OLE color: 7355833.

HSL color Cylindrical-coordinate representation of color #B93D70: hue angle of 335.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D70 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18561112-
CMYK00.670.390.27
HSL335.32º50.41%48.24%-
HSV(B)335.32º67.03%72.55%-
XYZ24.614.8216.89-
YUV103.89132.58185.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=51.68%
G=17.04%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856111200.670.390.27335.3250.4148.24
HexB93D70043271B14f3230
Octal27175160010347335176260
Binary1011100111110111100000100001110011111011101001111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D70; }

 p { color: rgb(185,61,112); }

 H1.HeaderClassName
 {
   color: #B93D70;
 }
 .AnyTagClassName
 {
   color: #B93D70;
 }
</style>
background-color css

<style>
 a { background-color: #B93D70; }

 a { background-color: rgb(185,61,112); }

 div.DivClassName
 {
   background-color: #B93D70;
 }
 .BgClassName
 {
   background-color: #B93D70;
 }
</style>
border-color css

<style>
 span { border-color: #B93D70; }

 span { border-color: rgb(185,61,112); }

 td.TdClassName
 {
   border-color: #B93D70;
 }
 .TagClassName
 {
   border-color: #B93D70;
 }
</style>