#BB4677

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

Shades of Royal Heath #BB4677

Tints of Royal Heath #BB4677

Color information

#BB4677 (or 0xBB4677) is unknown color: approx Royal Heath. HEX triplet: BB, 46 and 77. RGB value is (187,70,119). Sum of RGB (Red+Green+Blue) = 187+70+119=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4677 is #44B988. Grayscale: #6E6E6E. Windows color (decimal): -4503945 or 7816891. OLE color: 7816891.

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

Color convert

RGB18770119-
CMYK00.630.360.27
HSL334.87º46.25%50.39%-
HSV(B)334.87º62.57%73.33%-
XYZ26.0116.2819.22-
YUV110.57132.76182.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=49.73%
G=18.62%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877011900.630.360.27334.8746.2550.39
HexBB467703F241B14f2e32
Octal27310616707744335175662
Binary1011101110001101110111011111110010011011101001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4677; }

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

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

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

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

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

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

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

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