#BB4977

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

Shades of Royal Heath #BB4977

Tints of Royal Heath #BB4977

Color information

#BB4977 (or 0xBB4977) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 77. RGB value is (187,73,119). Sum of RGB (Red+Green+Blue) = 187+73+119=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4977 is #44B688. Grayscale: #707070. Windows color (decimal): -4503177 or 7817659. OLE color: 7817659.

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

Color convert

RGB18773119-
CMYK00.610.360.27
HSL335.79º45.6%50.98%-
HSV(B)335.79º60.96%73.33%-
XYZ26.2116.6619.29-
YUV112.33131.77181.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=49.34%
G=19.26%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877311900.610.360.27335.7945.650.98
HexBB497703D241B1502e33
Octal27311116707544335205663
Binary1011101110010011110111011110110010011011101010000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4977; }

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

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

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

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

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

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

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

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