Html Css Color HEX #BA4E52 Mandy

📋 copy color: '#BA4E52'

red 186 ◦ green 78 ◦ blue 82

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

Shades of Mandy #BA4E52

Tints of Mandy #BA4E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.54%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 53.76%
G = 22.54%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA4E52 (or 0xBA4E52) is known color: Mandy. HEX triplet: BA, 4E and 52. RGB value is (186,78,82). Sum of RGB (Red+Green+Blue) = 186+78+82=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E52 is #45B1AD. Grayscale: #6E6E6E. Windows color (decimal): -4567470 or 5394106. OLE color: 5394106.

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

Color convert

RGB 186 78 82 -
CMYK 0 0.58 0.56 0.27
HSL 357.78º 0.44% 0.52% -
HSV(B) 357.78º 0.58% 0.73% -
XYZ 24.5 16.5 9.88 -
YUV 110.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 186 78 82 0 0.58 0.56 0.27 357.78 0.44 0.52
Hex BA 4E 52 0 3A 38 1B 166 2C 34
Octal 272 116 122 0 72 70 33 546 54 64
Binary 10111010 1001110 1010010 0 111010 111000 11011 101100110 101100 110100

Color Harmonies of #BA4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E52

Black with #BA4E52

Text Example


Text Example

White with #BA4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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