#B44E43

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

Shades of Chestnut #B44E43

Tints of Chestnut #B44E43

Color information

#B44E43 (or 0xB44E43) is unknown color: approx Chestnut. HEX triplet: B4, 4E and 43. RGB value is (180,78,67). Sum of RGB (Red+Green+Blue) = 180+78+67=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E43 is #4BB1BC. Grayscale: #6B6B6B. Windows color (decimal): -4960701 or 4411060. OLE color: 4411060.

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

Color convert

RGB1807867-
CMYK00.570.630.29
HSL5.84º45.75%48.43%-
HSV(B)5.84º62.78%70.59%-
XYZ22.5615.567.12-
YUV107.24105.29179.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=55.38%
G=24%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180786700.570.630.295.8445.7548.43
HexB44E430393F1D62e30
Octal264116103071773565660
Binary1011010010011101000011011100111111111101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E43; }

 p { color: rgb(180,78,67); }

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

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

 a { background-color: rgb(180,78,67); }

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

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

 span { border-color: rgb(180,78,67); }

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