#B2503E

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

Shades of Chestnut #B2503E

Tints of Chestnut #B2503E

Color information

#B2503E (or 0xB2503E) is unknown color: approx Chestnut. HEX triplet: B2, 50 and 3E. RGB value is (178,80,62). Sum of RGB (Red+Green+Blue) = 178+80+62=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2503E is #4DAFC1. Grayscale: #6B6B6B. Windows color (decimal): -5091266 or 4083890. OLE color: 4083890.

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

Color convert

RGB1788062-
CMYK00.550.650.30
HSL9.31º48.33%47.06%-
HSV(B)9.31º65.17%69.8%-
XYZ22.115.556.39-
YUV107.25102.47178.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.62%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=55.62%
G=25%
B=19.38%

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
Decimal178806200.550.650.309.3148.3347.06
HexB2503E037411E9302f
Octal2621207606710136116057
Binary10110010101000011111001101111000001111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2503E; }

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

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

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

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

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

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

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

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