#B2524E

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

Shades of Chestnut #B2524E

Tints of Chestnut #B2524E

Color information

#B2524E (or 0xB2524E) is unknown color: approx Chestnut. HEX triplet: B2, 52 and 4E. RGB value is (178,82,78). Sum of RGB (Red+Green+Blue) = 178+82+78=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2524E is #4DADB1. Grayscale: #6E6E6E. Windows color (decimal): -5090738 or 5132978. OLE color: 5132978.

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

Color convert

RGB1788278-
CMYK00.540.560.30
HSL2.4º39.37%50.2%-
HSV(B)2.4º56.18%69.8%-
XYZ22.7516.059.11-
YUV110.25109.8176.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=52.66%
G=24.26%
B=23.08%

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
Decimal178827800.540.560.302.439.3750.2
HexB2524E036381E22732
Octal262122116066703624762
Binary101100101010010100111001101101110001111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2524E; }

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

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

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

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

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

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

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

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