#BA4A43

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

Shades of Chestnut #BA4A43

Tints of Chestnut #BA4A43

Color information

#BA4A43 (or 0xBA4A43) is unknown color: approx Chestnut. HEX triplet: BA, 4A and 43. RGB value is (186,74,67). Sum of RGB (Red+Green+Blue) = 186+74+67=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A43 is #45B5BC. Grayscale: #6A6A6A. Windows color (decimal): -4568509 or 4410042. OLE color: 4410042.

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

Color convert

RGB1867467-
CMYK00.600.640.27
HSL3.53º47.04%49.61%-
HSV(B)3.53º63.98%72.94%-
XYZ23.7115.747.1-
YUV106.69105.61184.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=56.88%
G=22.63%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186746700.600.640.273.5347.0449.61
HexBA4A4303C401B42f32
Octal2721121030741003345762
Binary10111010100101010000110111100100000011011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A43; }

 p { color: rgb(186,74,67); }

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

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

 a { background-color: rgb(186,74,67); }

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

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

 span { border-color: rgb(186,74,67); }

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