#B65552

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

Shades of Chestnut #B65552

Tints of Chestnut #B65552

Color information

#B65552 (or 0xB65552) is unknown color: approx Chestnut. HEX triplet: B6, 55 and 52. RGB value is (182,85,82). Sum of RGB (Red+Green+Blue) = 182+85+82=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B65552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65552 is #49AAAD. Grayscale: #717171. Windows color (decimal): -4827822 or 5395894. OLE color: 5395894.

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

Color convert

RGB1828582-
CMYK00.530.550.29
HSL1.8º40.65%51.76%-
HSV(B)1.8º54.95%71.37%-
XYZ24.0617.0510.01-
YUV113.66110.14176.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=52.15%
G=24.36%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182858200.530.550.291.840.6551.76
HexB65552035371D22934
Octal266125122065673525164
Binary101101101010101101001001101011101111110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65552; }

 p { color: rgb(182,85,82); }

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

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

 a { background-color: rgb(182,85,82); }

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

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

 span { border-color: rgb(182,85,82); }

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