#BA5342

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

Shades of Chestnut #BA5342

Tints of Chestnut #BA5342

Color information

#BA5342 (or 0xBA5342) is unknown color: approx Chestnut. HEX triplet: BA, 53 and 42. RGB value is (186,83,66). Sum of RGB (Red+Green+Blue) = 186+83+66=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5342 is #45ACBD. Grayscale: #707070. Windows color (decimal): -4566206 or 4346810. OLE color: 4346810.

HSL color Cylindrical-coordinate representation of color #BA5342: hue angle of 8.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5342 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1868366-
CMYK00.550.650.27
HSL8.5º47.62%49.41%-
HSV(B)8.5º64.52%72.94%-
XYZ24.3317.027.16-
YUV111.86102.12180.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=55.52%
G=24.78%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186836600.550.650.278.547.6249.41
HexBA5342037411B93031
Octal27212310206710133116061
Binary101110101010011100001001101111000001110111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5342; }

 p { color: rgb(186,83,66); }

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

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

 a { background-color: rgb(186,83,66); }

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

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

 span { border-color: rgb(186,83,66); }

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