#BA5B77

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

Shades of Royal Heath #BA5B77

Tints of Royal Heath #BA5B77

Color information

#BA5B77 (or 0xBA5B77) is unknown color: approx Royal Heath. HEX triplet: BA, 5B and 77. RGB value is (186,91,119). Sum of RGB (Red+Green+Blue) = 186+91+119=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B77 is #45A488. Grayscale: #7A7A7A. Windows color (decimal): -4564105 or 7822266. OLE color: 7822266.

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

Color convert

RGB18691119-
CMYK00.510.360.27
HSL342.32º40.77%54.31%-
HSV(B)342.32º51.08%72.94%-
XYZ27.3219.2519.73-
YUV122.6125.97173.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=46.97%
G=22.98%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869111900.510.360.27342.3240.7754.31
HexBA5B77033241B1562936
Octal27213316706344335265166
Binary1011101010110111110111011001110010011011101010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B77; }

 p { color: rgb(186,91,119); }

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

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

 a { background-color: rgb(186,91,119); }

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

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

 span { border-color: rgb(186,91,119); }

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