#BA534A

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

Shades of Chestnut #BA534A

Tints of Chestnut #BA534A

Color information

#BA534A (or 0xBA534A) is unknown color: approx Chestnut. HEX triplet: BA, 53 and 4A. RGB value is (186,83,74). Sum of RGB (Red+Green+Blue) = 186+83+74=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA534A is #45ACB5. Grayscale: #707070. Windows color (decimal): -4566198 or 4871098. OLE color: 4871098.

HSL color Cylindrical-coordinate representation of color #BA534A: hue angle of 4.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA534A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1868374-
CMYK00.550.600.27
HSL4.82º44.8%50.98%-
HSV(B)4.82º60.22%72.94%-
XYZ24.5817.128.49-
YUV112.77106.12180.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=54.23%
G=24.20%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186837400.550.600.274.8244.850.98
HexBA534A0373C1B52d33
Octal272123112067743355563
Binary1011101010100111001010011011111110011011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA534A; }

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

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

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

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

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

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

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

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