#BA5248

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

Shades of Chestnut #BA5248

Tints of Chestnut #BA5248

Color information

#BA5248 (or 0xBA5248) is unknown color: approx Chestnut. HEX triplet: BA, 52 and 48. RGB value is (186,82,72). Sum of RGB (Red+Green+Blue) = 186+82+72=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5248 is #45ADB7. Grayscale: #707070. Windows color (decimal): -4566456 or 4739770. OLE color: 4739770.

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

Color convert

RGB1868272-
CMYK00.560.610.27
HSL5.26º45.24%50.59%-
HSV(B)5.26º61.29%72.94%-
XYZ24.4416.948.11-
YUV111.96105.46180.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=54.71%
G=24.12%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186827200.560.610.275.2645.2450.59
HexBA52480383D1B52d33
Octal272122110070753355563
Binary1011101010100101001000011100011110111011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5248; }

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

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

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

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

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

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

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

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