#B45352

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

Shades of Chestnut #B45352

Tints of Chestnut #B45352

Color information

#B45352 (or 0xB45352) is unknown color: approx Chestnut. HEX triplet: B4, 53 and 52. RGB value is (180,83,82). Sum of RGB (Red+Green+Blue) = 180+83+82=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B45352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45352 is #4BACAD. Grayscale: #6F6F6F. Windows color (decimal): -4959406 or 5395380. OLE color: 5395380.

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

Color convert

RGB1808382-
CMYK00.540.540.29
HSL0.61º39.52%51.37%-
HSV(B)0.61º54.44%70.59%-
XYZ23.4416.59.93-
YUV111.89111.14176.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=52.17%
G=24.06%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180838200.540.540.290.6139.5251.37
HexB45352036361D12833
Octal264123122066663515063
Binary10110100101001110100100110110110110111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45352; }

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

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

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

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

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

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

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

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