#BA4E43

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

Shades of Chestnut #BA4E43

Tints of Chestnut #BA4E43

Color information

#BA4E43 (or 0xBA4E43) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 43. RGB value is (186,78,67). Sum of RGB (Red+Green+Blue) = 186+78+67=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E43 is #45B1BC. Grayscale: #6D6D6D. Windows color (decimal): -4567485 or 4411066. OLE color: 4411066.

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

Color convert

RGB1867867-
CMYK00.580.640.27
HSL5.55º47.04%49.61%-
HSV(B)5.55º63.98%72.94%-
XYZ23.9916.297.19-
YUV109.04104.28182.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=56.19%
G=23.56%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186786700.580.640.275.5547.0449.61
HexBA4E4303A401B62f32
Octal2721161030721003365762
Binary10111010100111010000110111010100000011011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E43; }

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

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

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

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

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

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

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

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