#BB3873

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

Shades of Royal Heath #BB3873

Tints of Royal Heath #BB3873

Color information

#BB3873 (or 0xBB3873) is unknown color: approx Royal Heath. HEX triplet: BB, 38 and 73. RGB value is (187,56,115). Sum of RGB (Red+Green+Blue) = 187+56+115=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3873 is #44C78C. Grayscale: #656565. Windows color (decimal): -4507533 or 7551163. OLE color: 7551163.

HSL color Cylindrical-coordinate representation of color #BB3873: hue angle of 332.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3873 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18756115-
CMYK00.700.390.27
HSL332.98º53.91%47.65%-
HSV(B)332.98º70.05%73.33%-
XYZ2514.6317.73-
YUV101.9135.4188.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=52.23%
G=15.64%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875611500.700.390.27332.9853.9147.65
HexBB3873046271B14d3630
Octal27370163010647335156660
Binary1011101111100011100110100011010011111011101001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3873; }

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

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

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

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

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

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

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

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