#BA4C44

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

Shades of Chestnut #BA4C44

Tints of Chestnut #BA4C44

Color information

#BA4C44 (or 0xBA4C44) is unknown color: approx Chestnut. HEX triplet: BA, 4C and 44. RGB value is (186,76,68). Sum of RGB (Red+Green+Blue) = 186+76+68=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C44 is #45B3BB. Grayscale: #6C6C6C. Windows color (decimal): -4567996 or 4476090. OLE color: 4476090.

HSL color Cylindrical-coordinate representation of color #BA4C44: hue angle of 4.07º 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 #BA4C44 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1867668-
CMYK00.590.630.27
HSL4.07º46.46%49.8%-
HSV(B)4.07º63.44%72.94%-
XYZ23.8816.037.3-
YUV107.98105.44183.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=56.36%
G=23.03%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186766800.590.630.274.0746.4649.8
HexBA4C4403B3F1B42e32
Octal272114104073773345662
Binary1011101010011001000100011101111111111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C44; }

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

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

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

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

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

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

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

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