#BA4742

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

Shades of Chestnut #BA4742

Tints of Chestnut #BA4742

Color information

#BA4742 (or 0xBA4742) is unknown color: approx Chestnut. HEX triplet: BA, 47 and 42. RGB value is (186,71,66). Sum of RGB (Red+Green+Blue) = 186+71+66=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4742 is #45B8BD. Grayscale: #686868. Windows color (decimal): -4569278 or 4343738. OLE color: 4343738.

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

Color convert

RGB1867166-
CMYK00.620.650.27
HSL2.5º47.62%49.41%-
HSV(B)2.5º64.52%72.94%-
XYZ23.4915.346.88-
YUV104.82106.1185.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=57.59%
G=21.98%
B=20.43%

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
Decimal186716600.620.650.272.547.6249.41
HexBA474203E411B33031
Octal2721071020761013336061
Binary1011101010001111000010011111010000011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4742; }

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

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

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

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

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

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

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

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