#B4564D

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

Shades of Chestnut #B4564D

Tints of Chestnut #B4564D

Color information

#B4564D (or 0xB4564D) is unknown color: approx Chestnut. HEX triplet: B4, 56 and 4D. RGB value is (180,86,77). Sum of RGB (Red+Green+Blue) = 180+86+77=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4564D is #4BA9B2. Grayscale: #717171. Windows color (decimal): -4958643 or 5068468. OLE color: 5068468.

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

Color convert

RGB1808677-
CMYK00.520.570.29
HSL5.24º40.71%50.39%-
HSV(B)5.24º57.22%70.59%-
XYZ23.4916.899.04-
YUV113.08107.64175.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=52.48%
G=25.07%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180867700.520.570.295.2440.7150.39
HexB4564D034391D52932
Octal264126115064713555162
Binary1011010010101101001101011010011100111101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4564D; }

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

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

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

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

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

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

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

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