#b2524f

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

Shades of Chestnut #B2524F

Tints of Chestnut #B2524F

Color information

#B2524F (or 0xB2524F) is unknown color: approx Chestnut. HEX triplet: B2, 52 and 4F. RGB value is (178,82,79). Sum of RGB (Red+Green+Blue) = 178+82+79=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2524F is #4DADB0. Grayscale: #6E6E6E. Windows color (decimal): -5090737 or 5198514. OLE color: 5198514.

HSL color Cylindrical-coordinate representation of color #B2524F: hue angle of 1.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2524F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1788279-
CMYK00.540.560.30
HSL1.82º39.13%50.39%-
HSV(B)1.82º55.62%69.8%-
XYZ22.7916.069.3-
YUV110.36110.3176.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=52.51%
G=24.19%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178827900.540.560.301.8239.1350.39
HexB2524F036381E22732
Octal262122117066703624762
Binary101100101010010100111101101101110001111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2524f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2524f; }

 p { color: rgb(178,82,79); }

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

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

 a { background-color: rgb(178,82,79); }

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

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

 span { border-color: rgb(178,82,79); }

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