#BA4F41

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

Shades of Chestnut #BA4F41

Tints of Chestnut #BA4F41

Color information

#BA4F41 (or 0xBA4F41) is unknown color: approx Chestnut. HEX triplet: BA, 4F and 41. RGB value is (186,79,65). Sum of RGB (Red+Green+Blue) = 186+79+65=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F41 is #45B0BE. Grayscale: #6D6D6D. Windows color (decimal): -4567231 or 4280250. OLE color: 4280250.

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

Color convert

RGB1867965-
CMYK00.580.650.27
HSL6.94º48.21%49.22%-
HSV(B)6.94º65.05%72.94%-
XYZ2416.416.9-
YUV109.4102.95182.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=56.36%
G=23.94%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186796500.580.650.276.9448.2149.22
HexBA4F4103A411B73031
Octal2721171010721013376061
Binary10111010100111110000010111010100000111011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F41; }

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

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

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

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

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

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

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

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