#B44D4B

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

Shades of Chestnut #B44D4B

Tints of Chestnut #B44D4B

Color information

#B44D4B (or 0xB44D4B) is unknown color: approx Chestnut. HEX triplet: B4, 4D and 4B. RGB value is (180,77,75). Sum of RGB (Red+Green+Blue) = 180+77+75=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D4B is #4BB2B4. Grayscale: #6B6B6B. Windows color (decimal): -4960949 or 4935092. OLE color: 4935092.

HSL color Cylindrical-coordinate representation of color #B44D4B: hue angle of 1.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44D4B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1807775-
CMYK00.570.580.29
HSL1.14º41.18%50%-
HSV(B)1.14º58.33%70.59%-
XYZ22.7515.528.45-
YUV107.57109.62179.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=54.22%
G=23.19%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180777500.570.580.291.1441.1850
HexB44D4B0393A1D12932
Octal264115113071723515162
Binary10110100100110110010110111001111010111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D4B; }

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

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

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

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

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

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

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

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