#B6473E

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

Shades of Chestnut #B6473E

Tints of Chestnut #B6473E

Color information

#B6473E (or 0xB6473E) is unknown color: approx Chestnut. HEX triplet: B6, 47 and 3E. RGB value is (182,71,62). Sum of RGB (Red+Green+Blue) = 182+71+62=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6473E is #49B8C1. Grayscale: #676767. Windows color (decimal): -4831426 or 4081590. OLE color: 4081590.

HSL color Cylindrical-coordinate representation of color #B6473E: hue angle of 4.5º 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 #B6473E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1827162-
CMYK00.610.660.29
HSL4.5º49.18%47.84%-
HSV(B)4.5º65.93%71.37%-
XYZ22.4114.86.23-
YUV103.16104.77184.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=57.78%
G=22.54%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182716200.610.660.294.549.1847.84
HexB6473E03D421D53130
Octal266107760751023556160
Binary1011011010001111111100111101100001011101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6473E; }

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

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

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

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

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

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

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

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