Html Css Color HEX #BA5D79 Royal Heath

📋 copy color: '#BA5D79'

red 186 ◦ green 93 ◦ blue 121

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

Shades of Royal Heath #BA5D79

Tints of Royal Heath #BA5D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 46.5%
G = 23.25%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5D79 (or 0xBA5D79) is known color: Royal Heath. HEX triplet: BA, 5D and 79. RGB value is (186,93,121). Sum of RGB (Red+Green+Blue) = 186+93+121=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D79 is #45A286. Grayscale: #7B7B7B. Windows color (decimal): -4563591 or 7953850. OLE color: 7953850.

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

Color convert

RGB 186 93 121 -
CMYK 0 0.5 0.35 0.27
HSL 341.94º 0.4% 0.55% -
HSV(B) 341.94º 0.5% 0.73% -
XYZ 27.62 19.65 20.43 -
YUV 124 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 186 93 121 0 0.5 0.35 0.27 341.94 0.4 0.55
Hex BA 5D 79 0 32 23 1B 156 28 37
Octal 272 135 171 0 62 43 33 526 50 67
Binary 10111010 1011101 1111001 0 110010 100011 11011 101010110 101000 110111

Color Harmonies of #BA5D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D79

Black with #BA5D79

Text Example


Text Example

White with #BA5D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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