#BA443E

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

Shades of Chestnut #BA443E

Tints of Chestnut #BA443E

Color information

#BA443E (or 0xBA443E) is unknown color: approx Chestnut. HEX triplet: BA, 44 and 3E. RGB value is (186,68,62). Sum of RGB (Red+Green+Blue) = 186+68+62=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA443E is #45BBC1. Grayscale: #666666. Windows color (decimal): -4570050 or 4080826. OLE color: 4080826.

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

Color convert

RGB1866862-
CMYK00.630.670.27
HSL2.9º50%48.63%-
HSV(B)2.9º66.67%72.94%-
XYZ23.1914.926.22-
YUV102.6105.09187.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=58.86%
G=21.52%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186686200.630.670.272.95048.63
HexBA443E03F431B33231
Octal272104760771033336261
Binary101110101000100111110011111110000111101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA443E; }

 p { color: rgb(186,68,62); }

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

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

 a { background-color: rgb(186,68,62); }

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

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

 span { border-color: rgb(186,68,62); }

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