Html Css Color HEX #BA5254 Mandy

📋 copy color: '#BA5254'

red 186 ◦ green 82 ◦ blue 84

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

Shades of Mandy #BA5254

Tints of Mandy #BA5254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 52.84%
G = 23.3%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA5254 (or 0xBA5254) is known color: Mandy. HEX triplet: BA, 52 and 54. RGB value is (186,82,84). Sum of RGB (Red+Green+Blue) = 186+82+84=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5254 is #45ADAB. Grayscale: #717171. Windows color (decimal): -4566444 or 5526202. OLE color: 5526202.

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

Color convert

RGB 186 82 84 -
CMYK 0 0.56 0.55 0.27
HSL 358.85º 0.43% 0.53% -
HSV(B) 358.85º 0.56% 0.73% -
XYZ 24.87 17.11 10.38 -
YUV 113.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 186 82 84 0 0.56 0.55 0.27 358.85 0.43 0.53
Hex BA 52 54 0 38 37 1B 167 2B 35
Octal 272 122 124 0 70 67 33 547 53 65
Binary 10111010 1010010 1010100 0 111000 110111 11011 101100111 101011 110101

Color Harmonies of #BA5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5254

Black with #BA5254

Text Example


Text Example

White with #BA5254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5254; }

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

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

background-color css

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

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

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

border-color css

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

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

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