#B45049

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

Shades of Chestnut #B45049

Tints of Chestnut #B45049

Color information

#B45049 (or 0xB45049) is unknown color: approx Chestnut. HEX triplet: B4, 50 and 49. RGB value is (180,80,73). Sum of RGB (Red+Green+Blue) = 180+80+73=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45049 is #4BAFB6. Grayscale: #6D6D6D. Windows color (decimal): -4960183 or 4804788. OLE color: 4804788.

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

Color convert

RGB1808073-
CMYK00.560.590.29
HSL3.93º42.29%49.61%-
HSV(B)3.93º59.44%70.59%-
XYZ22.8915.928.17-
YUV109.1107.63178.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=54.05%
G=24.02%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180807300.560.590.293.9342.2949.61
HexB450490383B1D42a32
Octal264120111070733545262
Binary1011010010100001001001011100011101111101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45049; }

 p { color: rgb(180,80,73); }

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

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

 a { background-color: rgb(180,80,73); }

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

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

 span { border-color: rgb(180,80,73); }

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