#B6503E

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

Shades of Chestnut #B6503E

Tints of Chestnut #B6503E

Color information

#B6503E (or 0xB6503E) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 3E. RGB value is (182,80,62). Sum of RGB (Red+Green+Blue) = 182+80+62=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6503E is #49AFC1. Grayscale: #6C6C6C. Windows color (decimal): -4829122 or 4083894. OLE color: 4083894.

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

Color convert

RGB1828062-
CMYK00.560.660.29
HSL49.18%47.84%-
HSV(B)65.93%71.37%-
XYZ23.0316.036.44-
YUV108.45101.79180.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 62 (24.61% from 255) = 19.14%
R=56.17%
G=24.69%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182806200.560.660.29949.1847.84
HexB6503E038421D93130
Octal2661207607010235116160
Binary10110110101000011111001110001000010111011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6503E; }

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

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

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

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

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

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

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

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