#BA514B

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

Shades of Chestnut #BA514B

Tints of Chestnut #BA514B

Color information

#BA514B (or 0xBA514B) is unknown color: approx Chestnut. HEX triplet: BA, 51 and 4B. RGB value is (186,81,75). Sum of RGB (Red+Green+Blue) = 186+81+75=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA514B is #45AEB4. Grayscale: #6F6F6F. Windows color (decimal): -4566709 or 4936122. OLE color: 4936122.

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

Color convert

RGB1868175-
CMYK00.560.600.27
HSL3.24º44.58%51.18%-
HSV(B)3.24º59.68%72.94%-
XYZ24.4616.838.62-
YUV111.71107.29180.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=54.39%
G=23.68%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186817500.560.600.273.2444.5851.18
HexBA514B0383C1B32d33
Octal272121113070743335563
Binary101110101010001100101101110001111001101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA514B; }

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

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

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

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

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

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

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

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