#B65249

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

Shades of Chestnut #B65249

Tints of Chestnut #B65249

Color information

#B65249 (or 0xB65249) is unknown color: approx Chestnut. HEX triplet: B6, 52 and 49. RGB value is (182,82,73). Sum of RGB (Red+Green+Blue) = 182+82+73=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B65249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65249 is #49ADB6. Grayscale: #6F6F6F. Windows color (decimal): -4828599 or 4805302. OLE color: 4805302.

HSL color Cylindrical-coordinate representation of color #B65249: hue angle of 4.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65249 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1828273-
CMYK00.550.600.29
HSL4.95º42.75%50%-
HSV(B)4.95º59.89%71.37%-
XYZ23.5116.468.24-
YUV110.87106.63178.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=54.01%
G=24.33%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182827300.550.600.294.9542.7550
HexB652490373C1D52b32
Octal266122111067743555362
Binary1011011010100101001001011011111110011101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65249; }

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

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

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

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

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

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

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

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