Html Css Color HEX #BA5158 Mandy

📋 copy color: '#BA5158'

red 186 ◦ green 81 ◦ blue 88

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

Shades of Mandy #BA5158

Tints of Mandy #BA5158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 52.39%
G = 22.82%
B = 24.79%

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

#BA5158 (or 0xBA5158) is known color: Mandy. HEX triplet: BA, 51 and 58. RGB value is (186,81,88). Sum of RGB (Red+Green+Blue) = 186+81+88=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5158 is #45AEA7. Grayscale: #717171. Windows color (decimal): -4566696 or 5788090. OLE color: 5788090.

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

Color convert

RGB 186 81 88 -
CMYK 0 0.56 0.53 0.27
HSL 356º 0.43% 0.52% -
HSV(B) 356º 0.56% 0.73% -
XYZ 24.95 17.03 11.2 -
YUV 113.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 186 81 88 0 0.56 0.53 0.27 356 0.43 0.52
Hex BA 51 58 0 38 35 1B 164 2B 34
Octal 272 121 130 0 70 65 33 544 53 64
Binary 10111010 1010001 1011000 0 111000 110101 11011 101100100 101011 110100

Color Harmonies of #BA5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5158

Black with #BA5158

Text Example


Text Example

White with #BA5158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5158; }

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

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

background-color css

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

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

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

border-color css

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

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

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