#BB4476

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

Shades of Royal Heath #BB4476

Tints of Royal Heath #BB4476

Color information

#BB4476 (or 0xBB4476) is unknown color: approx Royal Heath. HEX triplet: BB, 44 and 76. RGB value is (187,68,118). Sum of RGB (Red+Green+Blue) = 187+68+118=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4476 is #44BB89. Grayscale: #6D6D6D. Windows color (decimal): -4504458 or 7750843. OLE color: 7750843.

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

Color convert

RGB18768118-
CMYK00.640.370.27
HSL334.79º46.67%50%-
HSV(B)334.79º63.64%73.33%-
XYZ25.8316.0118.87-
YUV109.28132.92183.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=50.13%
G=18.23%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876811800.640.370.27334.7946.6750
HexBB4476040251B14f2f32
Octal273104166010045335175762
Binary10111011100010011101100100000010010111011101001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4476; }

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

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

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

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

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

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

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

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