#B45042

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

Shades of Chestnut #B45042

Tints of Chestnut #B45042

Color information

#B45042 (or 0xB45042) is unknown color: approx Chestnut. HEX triplet: B4, 50 and 42. RGB value is (180,80,66). Sum of RGB (Red+Green+Blue) = 180+80+66=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B45042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45042 is #4BAFBD. Grayscale: #6C6C6C. Windows color (decimal): -4960190 or 4346036. OLE color: 4346036.

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

Color convert

RGB1808066-
CMYK00.560.630.29
HSL7.37º46.34%48.24%-
HSV(B)7.37º63.33%70.59%-
XYZ22.6715.837.02-
YUV108.3104.13179.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=55.21%
G=24.54%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180806600.560.630.297.3746.3448.24
HexB450420383F1D72e30
Octal264120102070773575660
Binary1011010010100001000010011100011111111101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45042; }

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

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

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

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

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

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

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

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