#BA4D4F

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

Shades of Mandy #BA4D4F

Tints of Mandy #BA4D4F

Color information

#BA4D4F (or 0xBA4D4F) is unknown color: approx Mandy. HEX triplet: BA, 4D and 4F. RGB value is (186,77,79). Sum of RGB (Red+Green+Blue) = 186+77+79=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D4F is #45B2B0. Grayscale: #6D6D6D. Windows color (decimal): -4567729 or 5197242. OLE color: 5197242.

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

Color convert

RGB1867779-
CMYK00.590.580.27
HSL358.9º44.13%51.57%-
HSV(B)358.9º58.6%72.94%-
XYZ24.3116.319.26-
YUV109.82110.61182.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=54.39%
G=22.51%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186777900.590.580.27358.944.1351.57
HexBA4D4F03B3A1B1672c34
Octal27211511707372335475464
Binary1011101010011011001111011101111101011011101100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D4F; }

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

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

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

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

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

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

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

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