#BA5043

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

Shades of Chestnut #BA5043

Tints of Chestnut #BA5043

Color information

#BA5043 (or 0xBA5043) is unknown color: approx Chestnut. HEX triplet: BA, 50 and 43. RGB value is (186,80,67). Sum of RGB (Red+Green+Blue) = 186+80+67=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5043 is #45AFBC. Grayscale: #6E6E6E. Windows color (decimal): -4566973 or 4411578. OLE color: 4411578.

HSL color Cylindrical-coordinate representation of color #BA5043: hue angle of 6.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 #BA5043 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1868067-
CMYK00.570.640.27
HSL6.55º47.04%49.61%-
HSV(B)6.55º63.98%72.94%-
XYZ24.1316.587.24-
YUV110.21103.62182.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=55.86%
G=24.02%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186806700.570.640.276.5547.0449.61
HexBA5043039401B72f32
Octal2721201030711003375762
Binary10111010101000010000110111001100000011011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5043; }

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

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

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

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

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

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

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

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