#B44B46

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

Shades of Chestnut #B44B46

Tints of Chestnut #B44B46

Color information

#B44B46 (or 0xB44B46) is unknown color: approx Chestnut. HEX triplet: B4, 4B and 46. RGB value is (180,75,70). Sum of RGB (Red+Green+Blue) = 180+75+70=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B46 is #4BB4B9. Grayscale: #696969. Windows color (decimal): -4961466 or 4606900. OLE color: 4606900.

HSL color Cylindrical-coordinate representation of color #B44B46: hue angle of 2.73º 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 #B44B46 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1807570-
CMYK00.580.610.29
HSL2.73º44%49.02%-
HSV(B)2.73º61.11%70.59%-
XYZ22.4415.187.54-
YUV105.82107.79180.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=55.38%
G=23.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180757000.580.610.292.734449.02
HexB44B4603A3D1D32c31
Octal264113106072753535461
Binary101101001001011100011001110101111011110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B46; }

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

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

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

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

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

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

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

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