#B65140

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

Shades of Chestnut #B65140

Tints of Chestnut #B65140

Color information

#B65140 (or 0xB65140) is unknown color: approx Chestnut. HEX triplet: B6, 51 and 40. RGB value is (182,81,64). Sum of RGB (Red+Green+Blue) = 182+81+64=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B65140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65140 is #49AEBF. Grayscale: #6D6D6D. Windows color (decimal): -4828864 or 4215222. OLE color: 4215222.

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

Color convert

RGB1828164-
CMYK00.550.650.29
HSL8.64º47.97%48.24%-
HSV(B)8.64º64.84%71.37%-
XYZ23.1616.26.76-
YUV109.26102.46179.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=55.66%
G=24.77%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182816400.550.650.298.6447.9748.24
HexB65140037411D93030
Octal26612110006710135116060
Binary101101101010001100000001101111000001111011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65140; }

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

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

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

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

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

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

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

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