#B2504F

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

Shades of Chestnut #B2504F

Tints of Chestnut #B2504F

Color information

#B2504F (or 0xB2504F) is unknown color: approx Chestnut. HEX triplet: B2, 50 and 4F. RGB value is (178,80,79). Sum of RGB (Red+Green+Blue) = 178+80+79=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2504F is #4DAFB0. Grayscale: #6D6D6D. Windows color (decimal): -5091249 or 5198002. OLE color: 5198002.

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

Color convert

RGB1788079-
CMYK00.550.560.30
HSL0.61º39.13%50.39%-
HSV(B)0.61º55.62%69.8%-
XYZ22.6415.779.25-
YUV109.19110.97177.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=52.82%
G=23.74%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178807900.550.560.300.6139.1350.39
HexB2504F037381E12732
Octal262120117067703614762
Binary10110010101000010011110110111111000111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2504F; }

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

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

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

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

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

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

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

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