#BC5A77

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

Shades of Royal Heath #BC5A77

Tints of Royal Heath #BC5A77

Color information

#BC5A77 (or 0xBC5A77) is unknown color: approx Royal Heath. HEX triplet: BC, 5A and 77. RGB value is (188,90,119). Sum of RGB (Red+Green+Blue) = 188+90+119=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A77 is #43A588. Grayscale: #7A7A7A. Windows color (decimal): -4433289 or 7822012. OLE color: 7822012.

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

Color convert

RGB18890119-
CMYK00.520.370.26
HSL342.24º42.24%54.51%-
HSV(B)342.24º52.13%73.73%-
XYZ27.7219.3419.72-
YUV122.61125.97174.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=47.36%
G=22.67%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889011900.520.370.26342.2442.2454.51
HexBC5A77034251A1562a37
Octal27413216706445325265267
Binary1011110010110101110111011010010010111010101010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A77; }

 p { color: rgb(188,90,119); }

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

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

 a { background-color: rgb(188,90,119); }

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

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

 span { border-color: rgb(188,90,119); }

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