Html Css Color HEX #BA5975 Royal Heath

📋 copy color: '#BA5975'

red 186 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #BA5975

Tints of Royal Heath #BA5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 47.45%
G = 22.7%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5975 (or 0xBA5975) is known color: Royal Heath. HEX triplet: BA, 59 and 75. RGB value is (186,89,117). Sum of RGB (Red+Green+Blue) = 186+89+117=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5975 is #45A68A. Grayscale: #797979. Windows color (decimal): -4564619 or 7690682. OLE color: 7690682.

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

Color convert

RGB 186 89 117 -
CMYK 0 0.52 0.37 0.27
HSL 342.68º 0.41% 0.54% -
HSV(B) 342.68º 0.52% 0.73% -
XYZ 27.03 18.87 19.05 -
YUV 121.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 186 89 117 0 0.52 0.37 0.27 342.68 0.41 0.54
Hex BA 59 75 0 34 25 1B 157 29 36
Octal 272 131 165 0 64 45 33 527 51 66
Binary 10111010 1011001 1110101 0 110100 100101 11011 101010111 101001 110110

Color Harmonies of #BA5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5975

Black with #BA5975

Text Example


Text Example

White with #BA5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5975; }

 p { color: rgb(186,89,117); }

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

background-color css

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

 a { background-color: rgb(186,89,117); }

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

border-color css

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

 span { border-color: rgb(186,89,117); }

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