#B44F42

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

Shades of Chestnut #B44F42

Tints of Chestnut #B44F42

Color information

#B44F42 (or 0xB44F42) is unknown color: approx Chestnut. HEX triplet: B4, 4F and 42. RGB value is (180,79,66). Sum of RGB (Red+Green+Blue) = 180+79+66=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F42 is #4BB0BD. Grayscale: #6B6B6B. Windows color (decimal): -4960446 or 4345780. OLE color: 4345780.

HSL color Cylindrical-coordinate representation of color #B44F42: hue angle of 6.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 #B44F42 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1807966-
CMYK00.560.630.29
HSL6.84º46.34%48.24%-
HSV(B)6.84º63.33%70.59%-
XYZ22.615.696.99-
YUV107.72104.46179.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=55.38%
G=24.31%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180796600.560.630.296.8446.3448.24
HexB44F420383F1D72e30
Octal264117102070773575660
Binary1011010010011111000010011100011111111101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F42; }

 p { color: rgb(180,79,66); }

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

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

 a { background-color: rgb(180,79,66); }

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

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

 span { border-color: rgb(180,79,66); }

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