#BB4B76

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

Shades of Royal Heath #BB4B76

Tints of Royal Heath #BB4B76

Color information

#BB4B76 (or 0xBB4B76) is unknown color: approx Royal Heath. HEX triplet: BB, 4B and 76. RGB value is (187,75,118). Sum of RGB (Red+Green+Blue) = 187+75+118=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B76 is #44B489. Grayscale: #717171. Windows color (decimal): -4502666 or 7752635. OLE color: 7752635.

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

Color convert

RGB18775118-
CMYK00.600.370.27
HSL336.96º45.16%51.37%-
HSV(B)336.96º59.89%73.33%-
XYZ26.2816.919.02-
YUV113.39130.61180.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=49.21%
G=19.74%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877511800.600.370.27336.9645.1651.37
HexBB4B7603C251B1512d33
Octal27311316607445335215563
Binary1011101110010111110110011110010010111011101010001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B76; }

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

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

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

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

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

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

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

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