Html Css Color HEX #BA4C4D Mandy

📋 copy color: '#BA4C4D'

red 186 ◦ green 76 ◦ blue 77

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

Shades of Mandy #BA4C4D

Tints of Mandy #BA4C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 54.87%
G = 22.42%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA4C4D (or 0xBA4C4D) is known color: Mandy. HEX triplet: BA, 4C and 4D. RGB value is (186,76,77). Sum of RGB (Red+Green+Blue) = 186+76+77=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C4D is #45B3B2. Grayscale: #6D6D6D. Windows color (decimal): -4567987 or 5065914. OLE color: 5065914.

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

Color convert

RGB 186 76 77 -
CMYK 0 0.59 0.59 0.27
HSL 359.45º 0.44% 0.51% -
HSV(B) 359.45º 0.59% 0.73% -
XYZ 24.17 16.14 8.86 -
YUV 109 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 186 76 77 0 0.59 0.59 0.27 359.45 0.44 0.51
Hex BA 4C 4D 0 3B 3B 1B 167 2C 33
Octal 272 114 115 0 73 73 33 547 54 63
Binary 10111010 1001100 1001101 0 111011 111011 11011 101100111 101100 110011

Color Harmonies of #BA4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C4D

Black with #BA4C4D

Text Example


Text Example

White with #BA4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C4D; }

 p { color: rgb(186,76,77); }

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

background-color css

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

 a { background-color: rgb(186,76,77); }

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

border-color css

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

 span { border-color: rgb(186,76,77); }

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