#BA4748

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

Shades of Mandy #BA4748

Tints of Mandy #BA4748

Color information

#BA4748 (or 0xBA4748) is unknown color: approx Mandy. HEX triplet: BA, 47 and 48. RGB value is (186,71,72). Sum of RGB (Red+Green+Blue) = 186+71+72=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4748 is #45B8B7. Grayscale: #696969. Windows color (decimal): -4569272 or 4736954. OLE color: 4736954.

HSL color Cylindrical-coordinate representation of color #BA4748: hue angle of 359.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4748 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1867172-
CMYK00.620.610.27
HSL359.48º45.45%50.39%-
HSV(B)359.48º61.83%72.94%-
XYZ23.6715.417.86-
YUV105.5109.1185.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=56.53%
G=21.58%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186717200.620.610.27359.4845.4550.39
HexBA474803E3D1B1672d32
Octal27210711007675335475562
Binary1011101010001111001000011111011110111011101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4748; }

 p { color: rgb(186,71,72); }

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

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

 a { background-color: rgb(186,71,72); }

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

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

 span { border-color: rgb(186,71,72); }

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