#BA423F

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

Shades of Chestnut #BA423F

Tints of Chestnut #BA423F

Color information

#BA423F (or 0xBA423F) is unknown color: approx Chestnut. HEX triplet: BA, 42 and 3F. RGB value is (186,66,63). Sum of RGB (Red+Green+Blue) = 186+66+63=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA423F is #45BDC0. Grayscale: #656565. Windows color (decimal): -4570561 or 4145850. OLE color: 4145850.

HSL color Cylindrical-coordinate representation of color #BA423F: hue angle of 1.46º 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 #BA423F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1866663-
CMYK00.650.660.27
HSL1.46º49.4%48.82%-
HSV(B)1.46º66.13%72.94%-
XYZ23.114.696.32-
YUV101.54106.26188.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 63 (25% from 255) = 20%
R=59.05%
G=20.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186666300.650.660.271.4649.448.82
HexBA423F041421B13131
Octal2721027701011023316161
Binary101110101000010111111010000011000010110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA423F; }

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

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

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

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

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

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

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

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