#BA5C76

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

Shades of Royal Heath #BA5C76

Tints of Royal Heath #BA5C76

Color information

#BA5C76 (or 0xBA5C76) is unknown color: approx Royal Heath. HEX triplet: BA, 5C and 76. RGB value is (186,92,118). Sum of RGB (Red+Green+Blue) = 186+92+118=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C76 is #45A389. Grayscale: #7B7B7B. Windows color (decimal): -4563850 or 7756986. OLE color: 7756986.

HSL color Cylindrical-coordinate representation of color #BA5C76: hue angle of 343.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C76 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18692118-
CMYK00.510.370.27
HSL343.4º40.52%54.51%-
HSV(B)343.4º50.54%72.94%-
XYZ27.3519.419.44-
YUV123.07125.14172.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=46.97%
G=23.23%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869211800.510.370.27343.440.5254.51
HexBA5C76033251B1572937
Octal27213416606345335275167
Binary1011101010111001110110011001110010111011101010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C76; }

 p { color: rgb(186,92,118); }

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

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

 a { background-color: rgb(186,92,118); }

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

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

 span { border-color: rgb(186,92,118); }

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