#B44E4B

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

Shades of Chestnut #B44E4B

Tints of Chestnut #B44E4B

Color information

#B44E4B (or 0xB44E4B) is unknown color: approx Chestnut. HEX triplet: B4, 4E and 4B. RGB value is (180,78,75). Sum of RGB (Red+Green+Blue) = 180+78+75=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E4B is #4BB1B4. Grayscale: #6C6C6C. Windows color (decimal): -4960693 or 4935348. OLE color: 4935348.

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

Color convert

RGB1807875-
CMYK00.570.580.29
HSL1.71º41.18%50%-
HSV(B)1.71º58.33%70.59%-
XYZ22.8215.668.48-
YUV108.16109.29179.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=54.05%
G=23.42%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180787500.570.580.291.7141.1850
HexB44E4B0393A1D22932
Octal264116113071723525162
Binary101101001001110100101101110011110101110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E4B; }

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

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

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

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

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

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

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

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