#BA453F

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

Shades of Chestnut #BA453F

Tints of Chestnut #BA453F

Color information

#BA453F (or 0xBA453F) is unknown color: approx Chestnut. HEX triplet: BA, 45 and 3F. RGB value is (186,69,63). Sum of RGB (Red+Green+Blue) = 186+69+63=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA453F is #45BAC0. Grayscale: #676767. Windows color (decimal): -4569793 or 4146618. OLE color: 4146618.

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

Color convert

RGB1866963-
CMYK00.630.660.27
HSL2.93º49.4%48.82%-
HSV(B)2.93º66.13%72.94%-
XYZ23.2815.056.38-
YUV103.3105.26186.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 63 (25% from 255) = 19.81%
R=58.49%
G=21.70%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186696300.630.660.272.9349.448.82
HexBA453F03F421B33131
Octal272105770771023336161
Binary101110101000101111111011111110000101101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA453F; }

 p { color: rgb(186,69,63); }

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

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

 a { background-color: rgb(186,69,63); }

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

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

 span { border-color: rgb(186,69,63); }

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