#BA4B4F

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

Shades of Mandy #BA4B4F

Tints of Mandy #BA4B4F

Color information

#BA4B4F (or 0xBA4B4F) is unknown color: approx Mandy. HEX triplet: BA, 4B and 4F. RGB value is (186,75,79). Sum of RGB (Red+Green+Blue) = 186+75+79=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B4F is #45B4B0. Grayscale: #6C6C6C. Windows color (decimal): -4568241 or 5196730. OLE color: 5196730.

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

Color convert

RGB1867579-
CMYK00.600.580.27
HSL357.84º44.58%51.18%-
HSV(B)357.84º59.68%72.94%-
XYZ24.1816.049.22-
YUV108.64111.27183.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=54.71%
G=22.06%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186757900.600.580.27357.8444.5851.18
HexBA4B4F03C3A1B1662d33
Octal27211311707472335465563
Binary1011101010010111001111011110011101011011101100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B4F; }

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

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

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

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

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

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

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

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