#BB4874

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

Shades of Royal Heath #BB4874

Tints of Royal Heath #BB4874

Color information

#BB4874 (or 0xBB4874) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 74. RGB value is (187,72,116). Sum of RGB (Red+Green+Blue) = 187+72+116=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4874 is #44B78B. Grayscale: #6F6F6F. Windows color (decimal): -4503436 or 7620795. OLE color: 7620795.

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

Color convert

RGB18772116-
CMYK00.610.380.27
HSL337.04º45.82%50.78%-
HSV(B)337.04º61.5%73.33%-
XYZ25.9616.4618.33-
YUV111.4130.6181.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=49.87%
G=19.2%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877211600.610.380.27337.0445.8250.78
HexBB487403D261B1512e33
Octal27311016407546335215663
Binary1011101110010001110100011110110011011011101010001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4874; }

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

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

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

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

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

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

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

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