Html Css Color HEX #BA4F52 Mandy

📋 copy color: '#BA4F52'

red 186 ◦ green 79 ◦ blue 82

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

Shades of Mandy #BA4F52

Tints of Mandy #BA4F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 53.6%
G = 22.77%
B = 23.63%

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

#BA4F52 (or 0xBA4F52) is known color: Mandy. HEX triplet: BA, 4F and 52. RGB value is (186,79,82). Sum of RGB (Red+Green+Blue) = 186+79+82=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F52 is #45B0AD. Grayscale: #6F6F6F. Windows color (decimal): -4567214 or 5394362. OLE color: 5394362.

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

Color convert

RGB 186 79 82 -
CMYK 0 0.58 0.56 0.27
HSL 358.32º 0.44% 0.52% -
HSV(B) 358.32º 0.58% 0.73% -
XYZ 24.57 16.64 9.9 -
YUV 111.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 186 79 82 0 0.58 0.56 0.27 358.32 0.44 0.52
Hex BA 4F 52 0 3A 38 1B 166 2C 34
Octal 272 117 122 0 72 70 33 546 54 64
Binary 10111010 1001111 1010010 0 111010 111000 11011 101100110 101100 110100

Color Harmonies of #BA4F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F52

Black with #BA4F52

Text Example


Text Example

White with #BA4F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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