#BA5448

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

Shades of Chestnut #BA5448

Tints of Chestnut #BA5448

Color information

#BA5448 (or 0xBA5448) is unknown color: approx Chestnut. HEX triplet: BA, 54 and 48. RGB value is (186,84,72). Sum of RGB (Red+Green+Blue) = 186+84+72=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5448 is #45ABB7. Grayscale: #717171. Windows color (decimal): -4565944 or 4740282. OLE color: 4740282.

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

Color convert

RGB1868472-
CMYK00.550.610.27
HSL6.32º45.24%50.59%-
HSV(B)6.32º61.29%72.94%-
XYZ24.5917.258.16-
YUV113.13104.79179.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=54.39%
G=24.56%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186847200.550.610.276.3245.2450.59
HexBA54480373D1B62d33
Octal272124110067753365563
Binary1011101010101001001000011011111110111011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5448; }

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

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

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

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

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

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

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

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