#B2503F

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

Shades of Chestnut #B2503F

Tints of Chestnut #B2503F

Color information

#B2503F (or 0xB2503F) is unknown color: approx Chestnut. HEX triplet: B2, 50 and 3F. RGB value is (178,80,63). Sum of RGB (Red+Green+Blue) = 178+80+63=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2503F is #4DAFC0. Grayscale: #6B6B6B. Windows color (decimal): -5091265 or 4149426. OLE color: 4149426.

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

Color convert

RGB1788063-
CMYK00.550.650.30
HSL8.87º47.72%47.25%-
HSV(B)8.87º64.61%69.8%-
XYZ22.1315.566.54-
YUV107.36102.97178.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 63 (25% from 255) = 19.63%
R=55.45%
G=24.92%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178806300.550.650.308.8747.7247.25
HexB2503F037411E9302f
Octal2621207706710136116057
Binary10110010101000011111101101111000001111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2503F; }

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

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

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

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

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

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

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

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