#BB4570

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

Shades of Royal Heath #BB4570

Tints of Royal Heath #BB4570

Color information

#BB4570 (or 0xBB4570) is unknown color: approx Royal Heath. HEX triplet: BB, 45 and 70. RGB value is (187,69,112). Sum of RGB (Red+Green+Blue) = 187+69+112=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4570 is #44BA8F. Grayscale: #6D6D6D. Windows color (decimal): -4504208 or 7357883. OLE color: 7357883.

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

Color convert

RGB18769112-
CMYK00.630.400.27
HSL338.14º46.46%50.2%-
HSV(B)338.14º63.1%73.33%-
XYZ25.5515.9917.07-
YUV109.18129.59183.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=50.82%
G=18.75%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876911200.630.400.27338.1446.4650.2
HexBB457003F281B1522e32
Octal27310516007750335225662
Binary1011101110001011110000011111110100011011101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4570; }

 p { color: rgb(187,69,112); }

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

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

 a { background-color: rgb(187,69,112); }

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

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

 span { border-color: rgb(187,69,112); }

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