#BA463E

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

Shades of Chestnut #BA463E

Tints of Chestnut #BA463E

Color information

#BA463E (or 0xBA463E) is unknown color: approx Chestnut. HEX triplet: BA, 46 and 3E. RGB value is (186,70,62). Sum of RGB (Red+Green+Blue) = 186+70+62=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463E is #45B9C1. Grayscale: #676767. Windows color (decimal): -4569538 or 4081338. OLE color: 4081338.

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

Color convert

RGB1867062-
CMYK00.620.670.27
HSL3.87º50%48.63%-
HSV(B)3.87º66.67%72.94%-
XYZ23.3115.176.26-
YUV103.77104.43186.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=58.49%
G=22.01%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186706200.620.670.273.875048.63
HexBA463E03E431B43231
Octal272106760761033346261
Binary1011101010001101111100111110100001111011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA463E; }

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

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

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

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

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

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

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

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