Html Css Color HEX #BA5459 Mandy

📋 copy color: '#BA5459'

red 186 ◦ green 84 ◦ blue 89

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

Shades of Mandy #BA5459

Tints of Mandy #BA5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 51.81%
G = 23.4%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA5459 (or 0xBA5459) is known color: Mandy. HEX triplet: BA, 54 and 59. RGB value is (186,84,89). Sum of RGB (Red+Green+Blue) = 186+84+89=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5459 is #45ABA6. Grayscale: #737373. Windows color (decimal): -4565927 or 5854394. OLE color: 5854394.

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

Color convert

RGB 186 84 89 -
CMYK 0 0.55 0.52 0.27
HSL 357.06º 0.43% 0.53% -
HSV(B) 357.06º 0.55% 0.73% -
XYZ 25.22 17.5 11.5 -
YUV 115.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 186 84 89 0 0.55 0.52 0.27 357.06 0.43 0.53
Hex BA 54 59 0 37 34 1B 165 2A 35
Octal 272 124 131 0 67 64 33 545 52 65
Binary 10111010 1010100 1011001 0 110111 110100 11011 101100101 101010 110101

Color Harmonies of #BA5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5459

Black with #BA5459

Text Example


Text Example

White with #BA5459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5459; }

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

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

background-color css

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

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

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

border-color css

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

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

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