Html Css Color HEX #BA5E79 Royal Heath

📋 copy color: '#BA5E79'

red 186 ◦ green 94 ◦ blue 121

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

Shades of Royal Heath #BA5E79

Tints of Royal Heath #BA5E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 46.38%
G = 23.44%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5E79 (or 0xBA5E79) is known color: Royal Heath. HEX triplet: BA, 5E and 79. RGB value is (186,94,121). Sum of RGB (Red+Green+Blue) = 186+94+121=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E79 is #45A186. Grayscale: #7C7C7C. Windows color (decimal): -4563335 or 7954106. OLE color: 7954106.

HSL color Cylindrical-coordinate representation of color #BA5E79: hue angle of 342.39º 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 #BA5E79 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 121 -
CMYK 0 0.49 0.35 0.27
HSL 342.39º 0.4% 0.55% -
HSV(B) 342.39º 0.49% 0.73% -
XYZ 27.7 19.82 20.46 -
YUV 124.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 186 94 121 0 0.49 0.35 0.27 342.39 0.4 0.55
Hex BA 5E 79 0 31 23 1B 156 28 37
Octal 272 136 171 0 61 43 33 526 50 67
Binary 10111010 1011110 1111001 0 110001 100011 11011 101010110 101000 110111

Color Harmonies of #BA5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E79

Black with #BA5E79

Text Example


Text Example

White with #BA5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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