#B45452

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

Shades of Chestnut #B45452

Tints of Chestnut #B45452

Color information

#B45452 (or 0xB45452) is unknown color: approx Chestnut. HEX triplet: B4, 54 and 52. RGB value is (180,84,82). Sum of RGB (Red+Green+Blue) = 180+84+82=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45452 is #4BABAD. Grayscale: #707070. Windows color (decimal): -4959150 or 5395636. OLE color: 5395636.

HSL color Cylindrical-coordinate representation of color #B45452: hue angle of 1.22º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45452 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1808482-
CMYK00.530.540.29
HSL1.22º39.52%51.37%-
HSV(B)1.22º54.44%70.59%-
XYZ23.5216.659.96-
YUV112.48110.8176.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=52.02%
G=24.28%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180848200.530.540.291.2239.5251.37
HexB45452035361D12833
Octal264124122065663515063
Binary10110100101010010100100110101110110111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45452; }

 p { color: rgb(180,84,82); }

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

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

 a { background-color: rgb(180,84,82); }

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

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

 span { border-color: rgb(180,84,82); }

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