#BA4843

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

Shades of Chestnut #BA4843

Tints of Chestnut #BA4843

Color information

#BA4843 (or 0xBA4843) is unknown color: approx Chestnut. HEX triplet: BA, 48 and 43. RGB value is (186,72,67). Sum of RGB (Red+Green+Blue) = 186+72+67=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4843 is #45B7BC. Grayscale: #696969. Windows color (decimal): -4569021 or 4409530. OLE color: 4409530.

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

Color convert

RGB1867267-
CMYK00.610.640.27
HSL2.52º47.04%49.61%-
HSV(B)2.52º63.98%72.94%-
XYZ23.5815.487.06-
YUV105.52106.27185.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=57.23%
G=22.15%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186726700.610.640.272.5247.0449.61
HexBA484303D401B32f32
Octal2721101030751003335762
Binary1011101010010001000011011110110000001101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4843; }

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

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

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

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

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

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

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

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