#B65653

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

Shades of Chestnut #B65653

Tints of Chestnut #B65653

Color information

#B65653 (or 0xB65653) is unknown color: approx Chestnut. HEX triplet: B6, 56 and 53. RGB value is (182,86,83). Sum of RGB (Red+Green+Blue) = 182+86+83=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65653 is #49A9AC. Grayscale: #727272. Windows color (decimal): -4827565 or 5461686. OLE color: 5461686.

HSL color Cylindrical-coordinate representation of color #B65653: hue angle of 1.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65653 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1828683-
CMYK00.530.540.29
HSL1.82º40.41%51.96%-
HSV(B)1.82º54.4%71.37%-
XYZ24.1817.2310.23-
YUV114.36110.3176.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=51.85%
G=24.50%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182868300.530.540.291.8240.4151.96
HexB65653035361D22834
Octal266126123065663525064
Binary101101101010110101001101101011101101110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65653; }

 p { color: rgb(182,86,83); }

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

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

 a { background-color: rgb(182,86,83); }

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

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

 span { border-color: rgb(182,86,83); }

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