#BA4E46

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

Shades of Chestnut #BA4E46

Tints of Chestnut #BA4E46

Color information

#BA4E46 (or 0xBA4E46) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 46. RGB value is (186,78,70). Sum of RGB (Red+Green+Blue) = 186+78+70=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E46 is #45B1B9. Grayscale: #6D6D6D. Windows color (decimal): -4567482 or 4607674. OLE color: 4607674.

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

Color convert

RGB1867870-
CMYK00.580.620.27
HSL4.14º45.67%50.2%-
HSV(B)4.14º62.37%72.94%-
XYZ24.0816.337.68-
YUV109.38105.78182.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=55.69%
G=23.35%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186787000.580.620.274.1445.6750.2
HexBA4E4603A3E1B42e32
Octal272116106072763345662
Binary1011101010011101000110011101011111011011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E46; }

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

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

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

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

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

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

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

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