#BC5176

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

Shades of Royal Heath #BC5176

Tints of Royal Heath #BC5176

Color information

#BC5176 (or 0xBC5176) is unknown color: approx Royal Heath. HEX triplet: BC, 51 and 76. RGB value is (188,81,118). Sum of RGB (Red+Green+Blue) = 188+81+118=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5176 is #43AE89. Grayscale: #757575. Windows color (decimal): -4435594 or 7754172. OLE color: 7754172.

HSL color Cylindrical-coordinate representation of color #BC5176: hue angle of 339.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5176 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB18881118-
CMYK00.570.370.26
HSL339.25º44.4%52.75%-
HSV(B)339.25º56.91%73.73%-
XYZ26.9517.8819.17-
YUV117.21128.45178.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=48.58%
G=20.93%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888111800.570.370.26339.2544.452.75
HexBC5176039251A1532c35
Octal27412116607145325235465
Binary1011110010100011110110011100110010111010101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5176; }

 p { color: rgb(188,81,118); }

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

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

 a { background-color: rgb(188,81,118); }

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

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

 span { border-color: rgb(188,81,118); }

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