#B45650

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

Shades of Chestnut #B45650

Tints of Chestnut #B45650

Color information

#B45650 (or 0xB45650) is unknown color: approx Chestnut. HEX triplet: B4, 56 and 50. RGB value is (180,86,80). Sum of RGB (Red+Green+Blue) = 180+86+80=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45650 is #4BA9AF. Grayscale: #717171. Windows color (decimal): -4958640 or 5265076. OLE color: 5265076.

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

Color convert

RGB1808680-
CMYK00.520.560.29
HSL3.6º40%50.98%-
HSV(B)3.6º55.56%70.59%-
XYZ23.616.949.62-
YUV113.42109.14175.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=52.02%
G=24.86%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180868000.520.560.293.64050.98
HexB45650034381D42833
Octal264126120064703545063
Binary1011010010101101010000011010011100011101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45650; }

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

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

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

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

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

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

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

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