#BB4A71

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

Shades of Royal Heath #BB4A71

Tints of Royal Heath #BB4A71

Color information

#BB4A71 (or 0xBB4A71) is unknown color: approx Royal Heath. HEX triplet: BB, 4A and 71. RGB value is (187,74,113). Sum of RGB (Red+Green+Blue) = 187+74+113=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A71 is #44B58E. Grayscale: #707070. Windows color (decimal): -4502927 or 7424699. OLE color: 7424699.

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

Color convert

RGB18774113-
CMYK00.600.400.27
HSL339.29º45.38%51.18%-
HSV(B)339.29º60.43%73.33%-
XYZ25.9216.6517.47-
YUV112.23128.44181.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=50%
G=19.79%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877411300.600.400.27339.2945.3851.18
HexBB4A7103C281B1532d33
Octal27311216107450335235563
Binary1011101110010101110001011110010100011011101010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A71; }

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

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

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

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

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

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

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

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