#BB4972

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

Shades of Royal Heath #BB4972

Tints of Royal Heath #BB4972

Color information

#BB4972 (or 0xBB4972) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 72. RGB value is (187,73,114). Sum of RGB (Red+Green+Blue) = 187+73+114=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4972 is #44B68D. Grayscale: #6F6F6F. Windows color (decimal): -4503182 or 7489979. OLE color: 7489979.

HSL color Cylindrical-coordinate representation of color #BB4972: hue angle of 338.42º 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 #BB4972 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18773114-
CMYK00.610.390.27
HSL338.42º45.6%50.98%-
HSV(B)338.42º60.96%73.33%-
XYZ25.9116.5417.75-
YUV111.76129.27181.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=50%
G=19.52%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877311400.610.390.27338.4245.650.98
HexBB497203D271B1522e33
Octal27311116207547335225663
Binary1011101110010011110010011110110011111011101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4972; }

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

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

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

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

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

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

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

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