#BB4676

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

Shades of Royal Heath #BB4676

Tints of Royal Heath #BB4676

Color information

#BB4676 (or 0xBB4676) is unknown color: approx Royal Heath. HEX triplet: BB, 46 and 76. RGB value is (187,70,118). Sum of RGB (Red+Green+Blue) = 187+70+118=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4676 is #44B989. Grayscale: #6E6E6E. Windows color (decimal): -4503946 or 7751355. OLE color: 7751355.

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

Color convert

RGB18770118-
CMYK00.630.370.27
HSL335.38º46.25%50.39%-
HSV(B)335.38º62.57%73.33%-
XYZ25.9516.2518.91-
YUV110.45132.26182.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=49.87%
G=18.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877011800.630.370.27335.3846.2550.39
HexBB467603F251B14f2e32
Octal27310616607745335175662
Binary1011101110001101110110011111110010111011101001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4676; }

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

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

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

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

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

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

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

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