#BA4A4D

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

Shades of Mandy #BA4A4D

Tints of Mandy #BA4A4D

Color information

#BA4A4D (or 0xBA4A4D) is unknown color: approx Mandy. HEX triplet: BA, 4A and 4D. RGB value is (186,74,77). Sum of RGB (Red+Green+Blue) = 186+74+77=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A4D is #45B5B2. Grayscale: #6B6B6B. Windows color (decimal): -4568499 or 5065402. OLE color: 5065402.

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

Color convert

RGB1867477-
CMYK00.600.590.27
HSL358.39º44.8%50.98%-
HSV(B)358.39º60.22%72.94%-
XYZ24.0415.878.82-
YUV107.83110.61183.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=55.19%
G=21.96%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186747700.600.590.27358.3944.850.98
HexBA4A4D03C3B1B1662d33
Octal27211211507473335465563
Binary1011101010010101001101011110011101111011101100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A4D; }

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

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

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

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

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

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

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

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