#BB4873

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

Shades of Royal Heath #BB4873

Tints of Royal Heath #BB4873

Color information

#BB4873 (or 0xBB4873) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 73. RGB value is (187,72,115). Sum of RGB (Red+Green+Blue) = 187+72+115=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4873 is #44B78C. Grayscale: #6F6F6F. Windows color (decimal): -4503437 or 7555259. OLE color: 7555259.

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

Color convert

RGB18772115-
CMYK00.610.390.27
HSL337.57º45.82%50.78%-
HSV(B)337.57º61.5%73.33%-
XYZ25.9116.4418.03-
YUV111.29130.1182-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=50%
G=19.25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877211500.610.390.27337.5745.8250.78
HexBB487303D271B1522e33
Octal27311016307547335225663
Binary1011101110010001110011011110110011111011101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4873; }

 p { color: rgb(187,72,115); }

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

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

 a { background-color: rgb(187,72,115); }

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

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

 span { border-color: rgb(187,72,115); }

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