Html Css Color HEX #BA5758 Mandy

📋 copy color: '#BA5758'

red 186 ◦ green 87 ◦ blue 88

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

Shades of Mandy #BA5758

Tints of Mandy #BA5758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 51.52%
G = 24.1%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5758 (or 0xBA5758) is known color: Mandy. HEX triplet: BA, 57 and 58. RGB value is (186,87,88). Sum of RGB (Red+Green+Blue) = 186+87+88=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5758 is #45A8A7. Grayscale: #747474. Windows color (decimal): -4565160 or 5789626. OLE color: 5789626.

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

Color convert

RGB 186 87 88 -
CMYK 0 0.53 0.53 0.27
HSL 359.39º 0.42% 0.54% -
HSV(B) 359.39º 0.53% 0.73% -
XYZ 25.42 17.96 11.36 -
YUV 116.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 186 87 88 0 0.53 0.53 0.27 359.39 0.42 0.54
Hex BA 57 58 0 35 35 1B 167 2A 36
Octal 272 127 130 0 65 65 33 547 52 66
Binary 10111010 1010111 1011000 0 110101 110101 11011 101100111 101010 110110

Color Harmonies of #BA5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5758

Black with #BA5758

Text Example


Text Example

White with #BA5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5758; }

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

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

background-color css

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

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

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

border-color css

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

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

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