#B44A46

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

Shades of Chestnut #B44A46

Tints of Chestnut #B44A46

Color information

#B44A46 (or 0xB44A46) is unknown color: approx Chestnut. HEX triplet: B4, 4A and 46. RGB value is (180,74,70). Sum of RGB (Red+Green+Blue) = 180+74+70=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A46 is #4BB5B9. Grayscale: #696969. Windows color (decimal): -4961722 or 4606644. OLE color: 4606644.

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

Color convert

RGB1807470-
CMYK00.590.610.29
HSL2.18º44%49.02%-
HSV(B)2.18º61.11%70.59%-
XYZ22.3815.047.52-
YUV105.24108.12181.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=55.56%
G=22.84%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180747000.590.610.292.184449.02
HexB44A4603B3D1D22c31
Octal264112106073753525461
Binary101101001001010100011001110111111011110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A46; }

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

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

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

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

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

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

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

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