#B44A44

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

Shades of Chestnut #B44A44

Tints of Chestnut #B44A44

Color information

#B44A44 (or 0xB44A44) is unknown color: approx Chestnut. HEX triplet: B4, 4A and 44. RGB value is (180,74,68). Sum of RGB (Red+Green+Blue) = 180+74+68=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A44 is #4BB5BB. Grayscale: #696969. Windows color (decimal): -4961724 or 4475572. OLE color: 4475572.

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

Color convert

RGB1807468-
CMYK00.590.620.29
HSL3.21º45.16%48.63%-
HSV(B)3.21º62.22%70.59%-
XYZ22.3115.027.19-
YUV105.01107.12181.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=55.90%
G=22.98%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180746800.590.620.293.2145.1648.63
HexB44A4403B3E1D32d31
Octal264112104073763535561
Binary101101001001010100010001110111111101110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A44; }

 p { color: rgb(180,74,68); }

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

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

 a { background-color: rgb(180,74,68); }

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

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

 span { border-color: rgb(180,74,68); }

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