Html Css Color HEX #BA5258 Mandy

📋 copy color: '#BA5258'

red 186 ◦ green 82 ◦ blue 88

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

Shades of Mandy #BA5258

Tints of Mandy #BA5258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 52.25%
G = 23.03%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5258 (or 0xBA5258) is known color: Mandy. HEX triplet: BA, 52 and 58. RGB value is (186,82,88). Sum of RGB (Red+Green+Blue) = 186+82+88=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5258 is #45ADA7. Grayscale: #717171. Windows color (decimal): -4566440 or 5788346. OLE color: 5788346.

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

Color convert

RGB 186 82 88 -
CMYK 0 0.56 0.53 0.27
HSL 356.54º 0.43% 0.53% -
HSV(B) 356.54º 0.56% 0.73% -
XYZ 25.03 17.18 11.23 -
YUV 113.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 186 82 88 0 0.56 0.53 0.27 356.54 0.43 0.53
Hex BA 52 58 0 38 35 1B 165 2B 35
Octal 272 122 130 0 70 65 33 545 53 65
Binary 10111010 1010010 1011000 0 111000 110101 11011 101100101 101011 110101

Color Harmonies of #BA5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5258

Black with #BA5258

Text Example


Text Example

White with #BA5258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5258; }

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

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

background-color css

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

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

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

border-color css

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

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

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