#BA4741

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

Shades of Chestnut #BA4741

Tints of Chestnut #BA4741

Color information

#BA4741 (or 0xBA4741) is unknown color: approx Chestnut. HEX triplet: BA, 47 and 41. RGB value is (186,71,65). Sum of RGB (Red+Green+Blue) = 186+71+65=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4741 is #45B8BE. Grayscale: #686868. Windows color (decimal): -4569279 or 4278202. OLE color: 4278202.

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

Color convert

RGB1867165-
CMYK00.620.650.27
HSL2.98º48.21%49.22%-
HSV(B)2.98º65.05%72.94%-
XYZ23.4615.336.72-
YUV104.7105.6185.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=57.76%
G=22.05%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186716500.620.650.272.9848.2149.22
HexBA474103E411B33031
Octal2721071010761013336061
Binary1011101010001111000001011111010000011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4741; }

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

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

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

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

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

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

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

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