#BA4847

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

Shades of Chestnut #BA4847

Tints of Chestnut #BA4847

Color information

#BA4847 (or 0xBA4847) is unknown color: approx Chestnut. HEX triplet: BA, 48 and 47. RGB value is (186,72,71). Sum of RGB (Red+Green+Blue) = 186+72+71=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4847 is #45B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4569017 or 4671674. OLE color: 4671674.

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

Color convert

RGB1867271-
CMYK00.610.620.27
HSL0.52º45.45%50.39%-
HSV(B)0.52º61.83%72.94%-
XYZ23.715.537.71-
YUV105.97108.27185.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=56.53%
G=21.88%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186727100.610.620.270.5245.4550.39
HexBA484703D3E1B12d32
Octal272110107075763315562
Binary10111010100100010001110111101111110110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4847; }

 p { color: rgb(186,72,71); }

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

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

 a { background-color: rgb(186,72,71); }

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

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

 span { border-color: rgb(186,72,71); }

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