Html Css Color HEX #BA5A75 Royal Heath

📋 copy color: '#BA5A75'

red 186 ◦ green 90 ◦ blue 117

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

Shades of Royal Heath #BA5A75

Tints of Royal Heath #BA5A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 47.33%
G = 22.9%
B = 29.77%

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

#BA5A75 (or 0xBA5A75) is known color: Royal Heath. HEX triplet: BA, 5A and 75. RGB value is (186,90,117). Sum of RGB (Red+Green+Blue) = 186+90+117=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A75 is #45A58A. Grayscale: #797979. Windows color (decimal): -4564363 or 7690938. OLE color: 7690938.

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

Color convert

RGB 186 90 117 -
CMYK 0 0.52 0.37 0.27
HSL 343.13º 0.41% 0.54% -
HSV(B) 343.13º 0.52% 0.73% -
XYZ 27.12 19.04 19.07 -
YUV 121.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 186 90 117 0 0.52 0.37 0.27 343.13 0.41 0.54
Hex BA 5A 75 0 34 25 1B 157 29 36
Octal 272 132 165 0 64 45 33 527 51 66
Binary 10111010 1011010 1110101 0 110100 100101 11011 101010111 101001 110110

Color Harmonies of #BA5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A75

Black with #BA5A75

Text Example


Text Example

White with #BA5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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