Html Css Color HEX #BA5575 Royal Heath

📋 copy color: '#BA5575'

red 186 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #BA5575

Tints of Royal Heath #BA5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 47.94%
G = 21.91%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5575 (or 0xBA5575) is known color: Royal Heath. HEX triplet: BA, 55 and 75. RGB value is (186,85,117). Sum of RGB (Red+Green+Blue) = 186+85+117=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5575 is #45AA8A. Grayscale: #767676. Windows color (decimal): -4565643 or 7689658. OLE color: 7689658.

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

Color convert

RGB 186 85 117 -
CMYK 0 0.54 0.37 0.27
HSL 340.99º 0.42% 0.53% -
HSV(B) 340.99º 0.54% 0.73% -
XYZ 26.71 18.22 18.94 -
YUV 118.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 186 85 117 0 0.54 0.37 0.27 340.99 0.42 0.53
Hex BA 55 75 0 36 25 1B 155 2A 35
Octal 272 125 165 0 66 45 33 525 52 65
Binary 10111010 1010101 1110101 0 110110 100101 11011 101010101 101010 110101

Color Harmonies of #BA5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5575

Black with #BA5575

Text Example


Text Example

White with #BA5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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