#BA5245

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

Shades of Chestnut #BA5245

Tints of Chestnut #BA5245

Color information

#BA5245 (or 0xBA5245) is unknown color: approx Chestnut. HEX triplet: BA, 52 and 45. RGB value is (186,82,69). Sum of RGB (Red+Green+Blue) = 186+82+69=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5245 is #45ADBA. Grayscale: #6F6F6F. Windows color (decimal): -4566459 or 4543162. OLE color: 4543162.

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

Color convert

RGB1868269-
CMYK00.560.630.27
HSL6.67º45.88%50%-
HSV(B)6.67º62.9%72.94%-
XYZ24.3416.97.61-
YUV111.61103.96181.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=55.19%
G=24.33%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186826900.560.630.276.6745.8850
HexBA52450383F1B72e32
Octal272122105070773375662
Binary1011101010100101000101011100011111111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5245; }

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

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

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

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

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

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

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

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