#B2524B

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

Shades of Chestnut #B2524B

Tints of Chestnut #B2524B

Color information

#B2524B (or 0xB2524B) is unknown color: approx Chestnut. HEX triplet: B2, 52 and 4B. RGB value is (178,82,75). Sum of RGB (Red+Green+Blue) = 178+82+75=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2524B is #4DADB4. Grayscale: #6E6E6E. Windows color (decimal): -5090741 or 4936370. OLE color: 4936370.

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

Color convert

RGB1788275-
CMYK00.540.580.30
HSL4.08º40.71%49.61%-
HSV(B)4.08º57.87%69.8%-
XYZ22.6516.018.55-
YUV109.91108.3176.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=53.13%
G=24.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178827500.540.580.304.0840.7149.61
HexB2524B0363A1E42932
Octal262122113066723645162
Binary1011001010100101001011011011011101011110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2524B; }

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

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

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

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

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

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

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

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