#B65049

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

Shades of Chestnut #B65049

Tints of Chestnut #B65049

Color information

#B65049 (or 0xB65049) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 49. RGB value is (182,80,73). Sum of RGB (Red+Green+Blue) = 182+80+73=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65049 is #49AFB6. Grayscale: #6D6D6D. Windows color (decimal): -4829111 or 4804790. OLE color: 4804790.

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

Color convert

RGB1828073-
CMYK00.560.600.29
HSL3.85º42.75%50%-
HSV(B)3.85º59.89%71.37%-
XYZ23.3616.168.19-
YUV109.7107.29179.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=54.33%
G=23.88%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182807300.560.600.293.8542.7550
HexB650490383C1D42b32
Octal266120111070743545362
Binary1011011010100001001001011100011110011101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65049; }

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

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

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

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

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

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

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

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