#B65852

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

Shades of Chestnut #B65852

Tints of Chestnut #B65852

Color information

#B65852 (or 0xB65852) is unknown color: approx Chestnut. HEX triplet: B6, 58 and 52. RGB value is (182,88,82). Sum of RGB (Red+Green+Blue) = 182+88+82=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65852 is #49A7AD. Grayscale: #737373. Windows color (decimal): -4827054 or 5396662. OLE color: 5396662.

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

Color convert

RGB1828882-
CMYK00.520.550.29
HSL3.6º40.65%51.76%-
HSV(B)3.6º54.95%71.37%-
XYZ24.317.5310.09-
YUV115.42109.14175.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=51.70%
G=25%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182888200.520.550.293.640.6551.76
HexB65852034371D42934
Octal266130122064673545164
Binary1011011010110001010010011010011011111101100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65852; }

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

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

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

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

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

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

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

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