#BB4A72

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

Shades of Royal Heath #BB4A72

Tints of Royal Heath #BB4A72

Color information

#BB4A72 (or 0xBB4A72) is unknown color: approx Royal Heath. HEX triplet: BB, 4A and 72. RGB value is (187,74,114). Sum of RGB (Red+Green+Blue) = 187+74+114=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A72 is #44B58D. Grayscale: #707070. Windows color (decimal): -4502926 or 7490235. OLE color: 7490235.

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

Color convert

RGB18774114-
CMYK00.600.390.27
HSL338.76º45.38%51.18%-
HSV(B)338.76º60.43%73.33%-
XYZ25.9816.6817.77-
YUV112.35128.94181.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=49.87%
G=19.73%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877411400.600.390.27338.7645.3851.18
HexBB4A7203C271B1532d33
Octal27311216207447335235563
Binary1011101110010101110010011110010011111011101010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A72; }

 p { color: rgb(187,74,114); }

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

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

 a { background-color: rgb(187,74,114); }

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

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

 span { border-color: rgb(187,74,114); }

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