#B44D48

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

Shades of Chestnut #B44D48

Tints of Chestnut #B44D48

Color information

#B44D48 (or 0xB44D48) is unknown color: approx Chestnut. HEX triplet: B4, 4D and 48. RGB value is (180,77,72). Sum of RGB (Red+Green+Blue) = 180+77+72=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D48 is #4BB2B7. Grayscale: #6B6B6B. Windows color (decimal): -4960952 or 4738484. OLE color: 4738484.

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

Color convert

RGB1807772-
CMYK00.570.600.29
HSL2.78º42.86%49.41%-
HSV(B)2.78º60%70.59%-
XYZ22.6515.487.93-
YUV107.23108.12179.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=54.71%
G=23.40%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180777200.570.600.292.7842.8649.41
HexB44D480393C1D32b31
Octal264115110071743535361
Binary101101001001101100100001110011111001110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D48; }

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

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

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

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

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

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

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

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