Html Css Color HEX #BA5057 Mandy

📋 copy color: '#BA5057'

red 186 ◦ green 80 ◦ blue 87

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

Shades of Mandy #BA5057

Tints of Mandy #BA5057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 52.69%
G = 22.66%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5057 (or 0xBA5057) is known color: Mandy. HEX triplet: BA, 50 and 57. RGB value is (186,80,87). Sum of RGB (Red+Green+Blue) = 186+80+87=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5057 is #45AFA8. Grayscale: #707070. Windows color (decimal): -4566953 or 5722298. OLE color: 5722298.

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

Color convert

RGB 186 80 87 -
CMYK 0 0.57 0.53 0.27
HSL 356.04º 0.43% 0.52% -
HSV(B) 356.04º 0.57% 0.73% -
XYZ 24.84 16.86 10.96 -
YUV 112.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 186 80 87 0 0.57 0.53 0.27 356.04 0.43 0.52
Hex BA 50 57 0 39 35 1B 164 2B 34
Octal 272 120 127 0 71 65 33 544 53 64
Binary 10111010 1010000 1010111 0 111001 110101 11011 101100100 101011 110100

Color Harmonies of #BA5057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5057

Black with #BA5057

Text Example


Text Example

White with #BA5057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5057; }

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

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

background-color css

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

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

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

border-color css

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

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

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