#B44947

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

Shades of Chestnut #B44947

Tints of Chestnut #B44947

Color information

#B44947 (or 0xB44947) is unknown color: approx Chestnut. HEX triplet: B4, 49 and 47. RGB value is (180,73,71). Sum of RGB (Red+Green+Blue) = 180+73+71=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B44947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44947 is #4BB6B8. Grayscale: #686868. Windows color (decimal): -4961977 or 4671924. OLE color: 4671924.

HSL color Cylindrical-coordinate representation of color #B44947: hue angle of 1.1º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44947 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1807371-
CMYK00.590.610.29
HSL1.1º43.43%49.22%-
HSV(B)1.1º60.56%70.59%-
XYZ22.3414.927.66-
YUV104.76108.95181.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=55.56%
G=22.53%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180737100.590.610.291.143.4349.22
HexB4494703B3D1D12b31
Octal264111107073753515361
Binary10110100100100110001110111011111101111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44947; }

 p { color: rgb(180,73,71); }

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

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

 a { background-color: rgb(180,73,71); }

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

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

 span { border-color: rgb(180,73,71); }

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