Html Css Color HEX #BA5A77 Royal Heath

📋 copy color: '#BA5A77'

red 186 ◦ green 90 ◦ blue 119

#BA5A77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BA5A77

Tints of Royal Heath #BA5A77

RGB

 RED value IS 186 (73.05% from 255) = 47.09%

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 47.09%
G = 22.78%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA5A77 (or 0xBA5A77) is known color: Royal Heath. HEX triplet: BA, 5A and 77. RGB value is (186,90,119). Sum of RGB (Red+Green+Blue) = 186+90+119=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A77 is #45A588. Grayscale: #797979. Windows color (decimal): -4564361 or 7822010. OLE color: 7822010.

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

Color convert

RGB 186 90 119 -
CMYK 0 0.52 0.36 0.27
HSL 341.88º 0.41% 0.54% -
HSV(B) 341.88º 0.52% 0.73% -
XYZ 27.24 19.08 19.7 -
YUV 122.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 186 90 119 0 0.52 0.36 0.27 341.88 0.41 0.54
Hex BA 5A 77 0 34 24 1B 156 29 36
Octal 272 132 167 0 64 44 33 526 51 66
Binary 10111010 1011010 1110111 0 110100 100100 11011 101010110 101001 110110

Color Harmonies of #BA5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A77

Black with #BA5A77

Text Example


Text Example

White with #BA5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A77; }

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

 H1.HeaderClassName
 {
   color: #BA5A77;
 }
 .AnyTagClassName
 {
   color: #BA5A77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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