#B44E4D

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

Shades of Chestnut #B44E4D

Tints of Chestnut #B44E4D

Color information

#B44E4D (or 0xB44E4D) is unknown color: approx Chestnut. HEX triplet: B4, 4E and 4D. RGB value is (180,78,77). Sum of RGB (Red+Green+Blue) = 180+78+77=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E4D is #4BB1B2. Grayscale: #6C6C6C. Windows color (decimal): -4960691 or 5066420. OLE color: 5066420.

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

Color convert

RGB1807877-
CMYK00.570.570.29
HSL0.58º40.71%50.39%-
HSV(B)0.58º57.22%70.59%-
XYZ22.8915.698.84-
YUV108.38110.29179.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=53.73%
G=23.28%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180787700.570.570.290.5840.7150.39
HexB44E4D039391D12932
Octal264116115071713515162
Binary10110100100111010011010111001111001111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E4D; }

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

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

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

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

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

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

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

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