#BB5876

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

Shades of Royal Heath #BB5876

Tints of Royal Heath #BB5876

Color information

#BB5876 (or 0xBB5876) is unknown color: approx Royal Heath. HEX triplet: BB, 58 and 76. RGB value is (187,88,118). Sum of RGB (Red+Green+Blue) = 187+88+118=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5876 is #44A789. Grayscale: #797979. Windows color (decimal): -4499338 or 7755963. OLE color: 7755963.

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

Color convert

RGB18788118-
CMYK00.530.370.27
HSL341.82º42.13%53.92%-
HSV(B)341.82º52.94%73.33%-
XYZ27.2518.8519.34-
YUV121.02126.3175.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=47.58%
G=22.39%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878811800.530.370.27341.8242.1353.92
HexBB5876035251B1562a36
Octal27313016606545335265266
Binary1011101110110001110110011010110010111011101010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5876; }

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

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

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

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

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

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

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

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