#BA4E4F

Color #BA4E4F Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BA4E4F

Tints of Mandy #BA4E4F

Color information

#BA4E4F (or 0xBA4E4F) is unknown color: approx Mandy. HEX triplet: BA, 4E and 4F. RGB value is (186,78,79). Sum of RGB (Red+Green+Blue) = 186+78+79=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E4F is #45B1B0. Grayscale: #6E6E6E. Windows color (decimal): -4567473 or 5197498. OLE color: 5197498.

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

Color convert

RGB1867879-
CMYK00.580.580.27
HSL359.44º43.9%51.76%-
HSV(B)359.44º58.06%72.94%-
XYZ24.3916.459.29-
YUV110.41110.28181.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=54.23%
G=22.74%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186787900.580.580.27359.4443.951.76
HexBA4E4F03A3A1B1672c34
Octal27211611707272335475464
Binary1011101010011101001111011101011101011011101100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E4F; }

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

 H1.HeaderClassName
 {
   color: #BA4E4F;
 }
 .AnyTagClassName
 {
   color: #BA4E4F;
 }
</style>
background-color css

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

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

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

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

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

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