#BC4873

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

Shades of Royal Heath #BC4873

Tints of Royal Heath #BC4873

Color information

#BC4873 (or 0xBC4873) is unknown color: approx Royal Heath. HEX triplet: BC, 48 and 73. RGB value is (188,72,115). Sum of RGB (Red+Green+Blue) = 188+72+115=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4873 is #43B78C. Grayscale: #6F6F6F. Windows color (decimal): -4437901 or 7555260. OLE color: 7555260.

HSL color Cylindrical-coordinate representation of color #BC4873: hue angle of 337.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4873 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB18872115-
CMYK00.620.390.26
HSL337.76º46.4%50.98%-
HSV(B)337.76º61.7%73.73%-
XYZ26.1516.5618.04-
YUV111.59129.93182.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=50.13%
G=19.2%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887211500.620.390.26337.7646.450.98
HexBC487303E271A1522e33
Octal27411016307647325225663
Binary1011110010010001110011011111010011111010101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4873; }

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

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

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

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

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

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

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

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