#BA4746

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

Shades of Chestnut #BA4746

Tints of Chestnut #BA4746

Color information

#BA4746 (or 0xBA4746) is unknown color: approx Chestnut. HEX triplet: BA, 47 and 46. RGB value is (186,71,70). Sum of RGB (Red+Green+Blue) = 186+71+70=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4746 is #45B8B9. Grayscale: #696969. Windows color (decimal): -4569274 or 4605882. OLE color: 4605882.

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

Color convert

RGB1867170-
CMYK00.620.620.27
HSL0.52º45.67%50.2%-
HSV(B)0.52º62.37%72.94%-
XYZ23.6115.397.52-
YUV105.27108.1185.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=56.88%
G=21.71%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186717000.620.620.270.5245.6750.2
HexBA474603E3E1B12e32
Octal272107106076763315662
Binary10111010100011110001100111110111110110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4746; }

 p { color: rgb(186,71,70); }

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

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

 a { background-color: rgb(186,71,70); }

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

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

 span { border-color: rgb(186,71,70); }

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