#B65243

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

Shades of Chestnut #B65243

Tints of Chestnut #B65243

Color information

#B65243 (or 0xB65243) is unknown color: approx Chestnut. HEX triplet: B6, 52 and 43. RGB value is (182,82,67). Sum of RGB (Red+Green+Blue) = 182+82+67=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B65243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65243 is #49ADBC. Grayscale: #6E6E6E. Windows color (decimal): -4828605 or 4412086. OLE color: 4412086.

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

Color convert

RGB1828267-
CMYK00.550.630.29
HSL7.83º46.18%48.82%-
HSV(B)7.83º63.19%71.37%-
XYZ23.3216.387.24-
YUV110.19103.63179.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=54.98%
G=24.77%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182826700.550.630.297.8346.1848.82
HexB652430373F1D82e31
Octal2661221030677735105661
Binary10110110101001010000110110111111111111011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65243; }

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

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

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

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

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

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

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

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