Html Css Color HEX #BA5156 Mandy

📋 copy color: '#BA5156'

red 186 ◦ green 81 ◦ blue 86

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

Shades of Mandy #BA5156

Tints of Mandy #BA5156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 52.69%
G = 22.95%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5156 (or 0xBA5156) is known color: Mandy. HEX triplet: BA, 51 and 56. RGB value is (186,81,86). Sum of RGB (Red+Green+Blue) = 186+81+86=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5156 is #45AEA9. Grayscale: #717171. Windows color (decimal): -4566698 or 5657018. OLE color: 5657018.

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

Color convert

RGB 186 81 86 -
CMYK 0 0.56 0.54 0.27
HSL 357.14º 0.43% 0.52% -
HSV(B) 357.14º 0.56% 0.73% -
XYZ 24.87 17 10.77 -
YUV 112.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 186 81 86 0 0.56 0.54 0.27 357.14 0.43 0.52
Hex BA 51 56 0 38 36 1B 165 2B 34
Octal 272 121 126 0 70 66 33 545 53 64
Binary 10111010 1010001 1010110 0 111000 110110 11011 101100101 101011 110100

Color Harmonies of #BA5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5156

Black with #BA5156

Text Example


Text Example

White with #BA5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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