#B44948

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

Shades of Chestnut #B44948

Tints of Chestnut #B44948

Color information

#B44948 (or 0xB44948) is unknown color: approx Chestnut. HEX triplet: B4, 49 and 48. RGB value is (180,73,72). Sum of RGB (Red+Green+Blue) = 180+73+72=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B44948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44948 is #4BB6B7. Grayscale: #686868. Windows color (decimal): -4961976 or 4737460. OLE color: 4737460.

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

Color convert

RGB1807372-
CMYK00.590.600.29
HSL0.56º42.86%49.41%-
HSV(B)0.56º60%70.59%-
XYZ22.3714.947.83-
YUV104.88109.45181.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=55.38%
G=22.46%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180737200.590.600.290.5642.8649.41
HexB4494803B3C1D12b31
Octal264111110073743515361
Binary10110100100100110010000111011111100111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44948; }

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

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

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

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

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

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

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

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