#BA4C48

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

Shades of Chestnut #BA4C48

Tints of Chestnut #BA4C48

Color information

#BA4C48 (or 0xBA4C48) is unknown color: approx Chestnut. HEX triplet: BA, 4C and 48. RGB value is (186,76,72). Sum of RGB (Red+Green+Blue) = 186+76+72=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C48 is #45B3B7. Grayscale: #6C6C6C. Windows color (decimal): -4567992 or 4738234. OLE color: 4738234.

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

Color convert

RGB1867672-
CMYK00.590.610.27
HSL2.11º45.24%50.59%-
HSV(B)2.11º61.29%72.94%-
XYZ2416.087.97-
YUV108.43107.44183.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=55.69%
G=22.75%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186767200.590.610.272.1145.2450.59
HexBA4C4803B3D1B22d33
Octal272114110073753325563
Binary101110101001100100100001110111111011101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C48; }

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

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

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

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

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

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

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

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