#BA4544

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

Shades of Chestnut #BA4544

Tints of Chestnut #BA4544

Color information

#BA4544 (or 0xBA4544) is unknown color: approx Chestnut. HEX triplet: BA, 45 and 44. RGB value is (186,69,68). Sum of RGB (Red+Green+Blue) = 186+69+68=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4544 is #45BABB. Grayscale: #676767. Windows color (decimal): -4569788 or 4474298. OLE color: 4474298.

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

Color convert

RGB1866968-
CMYK00.630.630.27
HSL0.51º46.46%49.8%-
HSV(B)0.51º63.44%72.94%-
XYZ23.4215.117.15-
YUV103.87107.76186.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=57.59%
G=21.36%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186696800.630.630.270.5146.4649.8
HexBA454403F3F1B12e32
Octal272105104077773315662
Binary10111010100010110001000111111111111110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4544; }

 p { color: rgb(186,69,68); }

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

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

 a { background-color: rgb(186,69,68); }

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

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

 span { border-color: rgb(186,69,68); }

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