#BA4841

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

Shades of Chestnut #BA4841

Tints of Chestnut #BA4841

Color information

#BA4841 (or 0xBA4841) is unknown color: approx Chestnut. HEX triplet: BA, 48 and 41. RGB value is (186,72,65). Sum of RGB (Red+Green+Blue) = 186+72+65=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4841 is #45B7BE. Grayscale: #696969. Windows color (decimal): -4569023 or 4278458. OLE color: 4278458.

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

Color convert

RGB1867265-
CMYK00.610.650.27
HSL3.47º48.21%49.22%-
HSV(B)3.47º65.05%72.94%-
XYZ23.5215.466.74-
YUV105.29105.27185.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=57.59%
G=22.29%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186726500.610.650.273.4748.2149.22
HexBA484103D411B33031
Octal2721101010751013336061
Binary1011101010010001000001011110110000011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4841; }

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

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

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

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

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

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

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

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