#b6503f

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

Shades of Chestnut #B6503F

Tints of Chestnut #B6503F

Color information

#B6503F (or 0xB6503F) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 3F. RGB value is (182,80,63). Sum of RGB (Red+Green+Blue) = 182+80+63=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6503F is #49AFC0. Grayscale: #6C6C6C. Windows color (decimal): -4829121 or 4149430. OLE color: 4149430.

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

Color convert

RGB1828063-
CMYK00.560.650.29
HSL8.57º48.57%48.04%-
HSV(B)8.57º65.38%71.37%-
XYZ23.0616.046.58-
YUV108.56102.29180.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 63 (25% from 255) = 19.38%
R=56%
G=24.62%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182806300.560.650.298.5748.5748.04
HexB6503F038411D93130
Octal2661207707010135116160
Binary10110110101000011111101110001000001111011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6503f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6503f; }

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

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

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

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

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

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

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

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