#B6514C

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

Shades of Chestnut #B6514C

Tints of Chestnut #B6514C

Color information

#B6514C (or 0xB6514C) is unknown color: approx Chestnut. HEX triplet: B6, 51 and 4C. RGB value is (182,81,76). Sum of RGB (Red+Green+Blue) = 182+81+76=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6514C is #49AEB3. Grayscale: #6E6E6E. Windows color (decimal): -4828852 or 5001654. OLE color: 5001654.

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

Color convert

RGB1828176-
CMYK00.550.580.29
HSL2.83º42.06%50.59%-
HSV(B)2.83º58.24%71.37%-
XYZ23.5416.358.75-
YUV110.63108.46178.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=53.69%
G=23.89%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182817600.550.580.292.8342.0650.59
HexB6514C0373A1D32a33
Octal266121114067723535263
Binary101101101010001100110001101111110101110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6514C; }

 p { color: rgb(182,81,76); }

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

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

 a { background-color: rgb(182,81,76); }

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

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

 span { border-color: rgb(182,81,76); }

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