#B45142

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

Shades of Chestnut #B45142

Tints of Chestnut #B45142

Color information

#B45142 (or 0xB45142) is unknown color: approx Chestnut. HEX triplet: B4, 51 and 42. RGB value is (180,81,66). Sum of RGB (Red+Green+Blue) = 180+81+66=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B45142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45142 is #4BAEBD. Grayscale: #6D6D6D. Windows color (decimal): -4959934 or 4346292. OLE color: 4346292.

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

Color convert

RGB1808166-
CMYK00.550.630.29
HSL7.89º46.34%48.24%-
HSV(B)7.89º63.33%70.59%-
XYZ22.7515.987.04-
YUV108.89103.8178.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=55.05%
G=24.77%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180816600.550.630.297.8946.3448.24
HexB451420373F1D82e30
Octal2641211020677735105660
Binary10110100101000110000100110111111111111011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45142; }

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

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

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

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

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

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

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

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