Html Css Color HEX #BA5775 Royal Heath

📋 copy color: '#BA5775'

red 186 ◦ green 87 ◦ blue 117

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

Shades of Royal Heath #BA5775

Tints of Royal Heath #BA5775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 47.69%
G = 22.31%
B = 30%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5775 (or 0xBA5775) is known color: Royal Heath. HEX triplet: BA, 57 and 75. RGB value is (186,87,117). Sum of RGB (Red+Green+Blue) = 186+87+117=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5775 is #45A88A. Grayscale: #787878. Windows color (decimal): -4565131 or 7690170. OLE color: 7690170.

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

Color convert

RGB 186 87 117 -
CMYK 0 0.53 0.37 0.27
HSL 341.82º 0.42% 0.54% -
HSV(B) 341.82º 0.53% 0.73% -
XYZ 26.87 18.54 18.99 -
YUV 120.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 186 87 117 0 0.53 0.37 0.27 341.82 0.42 0.54
Hex BA 57 75 0 35 25 1B 156 2A 36
Octal 272 127 165 0 65 45 33 526 52 66
Binary 10111010 1010111 1110101 0 110101 100101 11011 101010110 101010 110110

Color Harmonies of #BA5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5775

Black with #BA5775

Text Example


Text Example

White with #BA5775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5775; }

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

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

background-color css

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

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

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

border-color css

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

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

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