#BA4443

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

Shades of Chestnut #BA4443

Tints of Chestnut #BA4443

Color information

#BA4443 (or 0xBA4443) is unknown color: approx Chestnut. HEX triplet: BA, 44 and 43. RGB value is (186,68,67). Sum of RGB (Red+Green+Blue) = 186+68+67=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4443 is #45BBBC. Grayscale: #676767. Windows color (decimal): -4570045 or 4408506. OLE color: 4408506.

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

Color convert

RGB1866867-
CMYK00.630.640.27
HSL0.5º47.04%49.61%-
HSV(B)0.5º63.98%72.94%-
XYZ23.3314.986.97-
YUV103.17107.59187.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=57.94%
G=21.18%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186686700.630.640.270.547.0449.61
HexBA444303F401B12f32
Octal2721041030771003315762
Binary101110101000100100001101111111000000110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4443; }

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

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

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

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

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

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

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

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