#BA4E40

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

Shades of Chestnut #BA4E40

Tints of Chestnut #BA4E40

Color information

#BA4E40 (or 0xBA4E40) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 40. RGB value is (186,78,64). Sum of RGB (Red+Green+Blue) = 186+78+64=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E40 is #45B1BF. Grayscale: #6C6C6C. Windows color (decimal): -4567488 or 4214458. OLE color: 4214458.

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

Color convert

RGB1867864-
CMYK00.580.660.27
HSL6.89º48.8%49.02%-
HSV(B)6.89º65.59%72.94%-
XYZ23.916.266.73-
YUV108.7102.78183.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=56.71%
G=23.78%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186786400.580.660.276.8948.849.02
HexBA4E4003A421B73131
Octal2721161000721023376161
Binary10111010100111010000000111010100001011011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E40; }

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

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

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

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

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

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

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

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