#BB4971

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

Shades of Royal Heath #BB4971

Tints of Royal Heath #BB4971

Color information

#BB4971 (or 0xBB4971) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 71. RGB value is (187,73,113). Sum of RGB (Red+Green+Blue) = 187+73+113=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4971 is #44B68E. Grayscale: #6F6F6F. Windows color (decimal): -4503183 or 7424443. OLE color: 7424443.

HSL color Cylindrical-coordinate representation of color #BB4971: hue angle of 338.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4971 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18773113-
CMYK00.610.400.27
HSL338.95º45.6%50.98%-
HSV(B)338.95º60.96%73.33%-
XYZ25.8616.5217.45-
YUV111.65128.77181.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=50.13%
G=19.57%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877311300.610.400.27338.9545.650.98
HexBB497103D281B1532e33
Octal27311116107550335235663
Binary1011101110010011110001011110110100011011101010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4971; }

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

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

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

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

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

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

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

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