#BA4F48

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

Shades of Chestnut #BA4F48

Tints of Chestnut #BA4F48

Color information

#BA4F48 (or 0xBA4F48) is unknown color: approx Chestnut. HEX triplet: BA, 4F and 48. RGB value is (186,79,72). Sum of RGB (Red+Green+Blue) = 186+79+72=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F48 is #45B0B7. Grayscale: #6E6E6E. Windows color (decimal): -4567224 or 4739002. OLE color: 4739002.

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

Color convert

RGB1867972-
CMYK00.580.610.27
HSL3.68º45.24%50.59%-
HSV(B)3.68º61.29%72.94%-
XYZ24.2216.58.04-
YUV110.2106.45182.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=55.19%
G=23.44%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186797200.580.610.273.6845.2450.59
HexBA4F4803A3D1B42d33
Octal272117110072753345563
Binary1011101010011111001000011101011110111011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F48; }

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

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

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

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

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

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

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

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