#BB4276

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

Shades of Royal Heath #BB4276

Tints of Royal Heath #BB4276

Color information

#BB4276 (or 0xBB4276) is unknown color: approx Royal Heath. HEX triplet: BB, 42 and 76. RGB value is (187,66,118). Sum of RGB (Red+Green+Blue) = 187+66+118=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4276 is #44BD89. Grayscale: #6C6C6C. Windows color (decimal): -4504970 or 7750331. OLE color: 7750331.

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

Color convert

RGB18766118-
CMYK00.650.370.27
HSL334.21º47.83%49.61%-
HSV(B)334.21º64.71%73.33%-
XYZ25.7115.7718.83-
YUV108.11133.59184.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=50.40%
G=17.79%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876611800.650.370.27334.2147.8349.61
HexBB4276041251B14e3032
Octal273102166010145335166062
Binary10111011100001011101100100000110010111011101001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4276; }

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

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

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

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

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

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

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

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