#BA514E

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

Shades of Chestnut #BA514E

Tints of Chestnut #BA514E

Color information

#BA514E (or 0xBA514E) is unknown color: approx Chestnut. HEX triplet: BA, 51 and 4E. RGB value is (186,81,78). Sum of RGB (Red+Green+Blue) = 186+81+78=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA514E is #45AEB1. Grayscale: #707070. Windows color (decimal): -4566706 or 5132730. OLE color: 5132730.

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

Color convert

RGB1868178-
CMYK00.560.580.27
HSL1.67º43.9%51.76%-
HSV(B)1.67º58.06%72.94%-
XYZ24.5716.879.17-
YUV112.05108.79180.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=53.91%
G=23.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186817800.560.580.271.6743.951.76
HexBA514E0383A1B22c34
Octal272121116070723325464
Binary101110101010001100111001110001110101101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA514E; }

 p { color: rgb(186,81,78); }

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

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

 a { background-color: rgb(186,81,78); }

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

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

 span { border-color: rgb(186,81,78); }

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