#B44847

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

Shades of Chestnut #B44847

Tints of Chestnut #B44847

Color information

#B44847 (or 0xB44847) is unknown color: approx Chestnut. HEX triplet: B4, 48 and 47. RGB value is (180,72,71). Sum of RGB (Red+Green+Blue) = 180+72+71=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B44847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44847 is #4BB7B8. Grayscale: #686868. Windows color (decimal): -4962233 or 4671668. OLE color: 4671668.

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

Color convert

RGB1807271-
CMYK00.600.610.29
HSL0.55º43.43%49.22%-
HSV(B)0.55º60.56%70.59%-
XYZ22.2814.797.64-
YUV104.18109.28182.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=55.73%
G=22.29%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180727100.600.610.290.5543.4349.22
HexB4484703C3D1D12b31
Octal264110107074753515361
Binary10110100100100010001110111100111101111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44847; }

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

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

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

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

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

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

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

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