Html Css Color HEX #BA5E77 Royal Heath

📋 copy color: '#BA5E77'

red 186 ◦ green 94 ◦ blue 119

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

Shades of Royal Heath #BA5E77

Tints of Royal Heath #BA5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

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

R = 46.62%
G = 23.56%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA5E77 (or 0xBA5E77) is known color: Royal Heath. HEX triplet: BA, 5E and 77. RGB value is (186,94,119). Sum of RGB (Red+Green+Blue) = 186+94+119=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E77 is #45A188. Grayscale: #7C7C7C. Windows color (decimal): -4563337 or 7823034. OLE color: 7823034.

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

Color convert

RGB 186 94 119 -
CMYK 0 0.49 0.36 0.27
HSL 343.7º 0.4% 0.55% -
HSV(B) 343.7º 0.49% 0.73% -
XYZ 27.58 19.78 19.82 -
YUV 124.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 186 94 119 0 0.49 0.36 0.27 343.7 0.4 0.55
Hex BA 5E 77 0 31 24 1B 158 28 37
Octal 272 136 167 0 61 44 33 530 50 67
Binary 10111010 1011110 1110111 0 110001 100100 11011 101011000 101000 110111

Color Harmonies of #BA5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E77

Black with #BA5E77

Text Example


Text Example

White with #BA5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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