#B6504D

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

Shades of Chestnut #B6504D

Tints of Chestnut #B6504D

Color information

#B6504D (or 0xB6504D) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 4D. RGB value is (182,80,77). Sum of RGB (Red+Green+Blue) = 182+80+77=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6504D is #49AFB2. Grayscale: #6E6E6E. Windows color (decimal): -4829107 or 5066934. OLE color: 5066934.

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

Color convert

RGB1828077-
CMYK00.560.580.29
HSL1.71º41.83%50.78%-
HSV(B)1.71º57.69%71.37%-
XYZ23.516.228.91-
YUV110.16109.29179.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=53.69%
G=23.60%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182807700.560.580.291.7141.8350.78
HexB6504D0383A1D22a33
Octal266120115070723525263
Binary101101101010000100110101110001110101110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6504D; }

 p { color: rgb(182,80,77); }

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

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

 a { background-color: rgb(182,80,77); }

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

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

 span { border-color: rgb(182,80,77); }

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