#BA4A3E

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

Shades of Chestnut #BA4A3E

Tints of Chestnut #BA4A3E

Color information

#BA4A3E (or 0xBA4A3E) is unknown color: approx Chestnut. HEX triplet: BA, 4A and 3E. RGB value is (186,74,62). Sum of RGB (Red+Green+Blue) = 186+74+62=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A3E is #45B5C1. Grayscale: #6A6A6A. Windows color (decimal): -4568514 or 4082362. OLE color: 4082362.

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

Color convert

RGB1867462-
CMYK00.600.670.27
HSL5.81º50%48.63%-
HSV(B)5.81º66.67%72.94%-
XYZ23.5715.686.34-
YUV106.12103.11184.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=57.76%
G=22.98%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186746200.600.670.275.815048.63
HexBA4A3E03C431B63231
Octal272112760741033366261
Binary1011101010010101111100111100100001111011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A3E; }

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

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

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

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

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

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

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

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