#B2504A

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

Shades of Chestnut #B2504A

Tints of Chestnut #B2504A

Color information

#B2504A (or 0xB2504A) is unknown color: approx Chestnut. HEX triplet: B2, 50 and 4A. RGB value is (178,80,74). Sum of RGB (Red+Green+Blue) = 178+80+74=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B2504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2504A is #4DAFB5. Grayscale: #6C6C6C. Windows color (decimal): -5091254 or 4870322. OLE color: 4870322.

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

Color convert

RGB1788074-
CMYK00.550.580.30
HSL3.46º41.27%49.41%-
HSV(B)3.46º58.43%69.8%-
XYZ22.4615.78.32-
YUV108.62108.47177.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=53.61%
G=24.10%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178807400.550.580.303.4641.2749.41
HexB2504A0373A1E32931
Octal262120112067723635161
Binary101100101010000100101001101111110101111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2504A; }

 p { color: rgb(178,80,74); }

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

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

 a { background-color: rgb(178,80,74); }

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

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

 span { border-color: rgb(178,80,74); }

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