#BA453E

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

Shades of Chestnut #BA453E

Tints of Chestnut #BA453E

Color information

#BA453E (or 0xBA453E) is unknown color: approx Chestnut. HEX triplet: BA, 45 and 3E. RGB value is (186,69,62). Sum of RGB (Red+Green+Blue) = 186+69+62=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA453E is #45BAC1. Grayscale: #676767. Windows color (decimal): -4569794 or 4081082. OLE color: 4081082.

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

Color convert

RGB1866962-
CMYK00.630.670.27
HSL3.39º50%48.63%-
HSV(B)3.39º66.67%72.94%-
XYZ23.2515.046.24-
YUV103.18104.76187.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=58.68%
G=21.77%
B=19.56%

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
Decimal186696200.630.670.273.395048.63
HexBA453E03F431B33231
Octal272105760771033336261
Binary101110101000101111110011111110000111101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA453E; }

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

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

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

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

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

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

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

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