#BA504D

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

Shades of Chestnut #BA504D

Tints of Chestnut #BA504D

Color information

#BA504D (or 0xBA504D) is unknown color: approx Chestnut. HEX triplet: BA, 50 and 4D. RGB value is (186,80,77). Sum of RGB (Red+Green+Blue) = 186+80+77=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA504D is #45AFB2. Grayscale: #6F6F6F. Windows color (decimal): -4566963 or 5066938. OLE color: 5066938.

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

Color convert

RGB1868077-
CMYK00.570.590.27
HSL1.65º44.13%51.57%-
HSV(B)1.65º58.6%72.94%-
XYZ24.4616.718.96-
YUV111.35108.62181.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=54.23%
G=23.32%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186807700.570.590.271.6544.1351.57
HexBA504D0393B1B22c34
Octal272120115071733325464
Binary101110101010000100110101110011110111101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA504D; }

 p { color: rgb(186,80,77); }

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

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

 a { background-color: rgb(186,80,77); }

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

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

 span { border-color: rgb(186,80,77); }

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