#BA4E48

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

Shades of Chestnut #BA4E48

Tints of Chestnut #BA4E48

Color information

#BA4E48 (or 0xBA4E48) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 48. RGB value is (186,78,72). Sum of RGB (Red+Green+Blue) = 186+78+72=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E48 is #45B1B7. Grayscale: #6D6D6D. Windows color (decimal): -4567480 or 4738746. OLE color: 4738746.

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

Color convert

RGB1867872-
CMYK00.580.610.27
HSL3.16º45.24%50.59%-
HSV(B)3.16º61.29%72.94%-
XYZ24.1416.368.02-
YUV109.61106.78182.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=55.36%
G=23.21%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186787200.580.610.273.1645.2450.59
HexBA4E4803A3D1B32d33
Octal272116110072753335563
Binary101110101001110100100001110101111011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E48; }

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

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

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

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

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

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

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

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