#BB4976

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

Shades of Royal Heath #BB4976

Tints of Royal Heath #BB4976

Color information

#BB4976 (or 0xBB4976) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 76. RGB value is (187,73,118). Sum of RGB (Red+Green+Blue) = 187+73+118=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4976 is #44B689. Grayscale: #707070. Windows color (decimal): -4503178 or 7752123. OLE color: 7752123.

HSL color Cylindrical-coordinate representation of color #BB4976: hue angle of 336.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4976 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18773118-
CMYK00.610.370.27
HSL336.32º45.6%50.98%-
HSV(B)336.32º60.96%73.33%-
XYZ26.1516.6418.97-
YUV112.22131.27181.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=49.47%
G=19.31%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877311800.610.370.27336.3245.650.98
HexBB497603D251B1502e33
Octal27311116607545335205663
Binary1011101110010011110110011110110010111011101010000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4976; }

 p { color: rgb(187,73,118); }

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

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

 a { background-color: rgb(187,73,118); }

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

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

 span { border-color: rgb(187,73,118); }

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