#B6504E

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

Shades of Chestnut #B6504E

Tints of Chestnut #B6504E

Color information

#B6504E (or 0xB6504E) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 4E. RGB value is (182,80,78). Sum of RGB (Red+Green+Blue) = 182+80+78=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6504E is #49AFB1. Grayscale: #6E6E6E. Windows color (decimal): -4829106 or 5132470. OLE color: 5132470.

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

Color convert

RGB1828078-
CMYK00.560.570.29
HSL1.15º41.6%50.98%-
HSV(B)1.15º57.14%71.37%-
XYZ23.5416.239.1-
YUV110.27109.79179.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=53.53%
G=23.53%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182807800.560.570.291.1541.650.98
HexB6504E038391D12a33
Octal266120116070713515263
Binary10110110101000010011100111000111001111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6504E; }

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

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

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

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

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

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

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

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