#B17E2E

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

Shades of Mandalay #B17E2E

Tints of Mandalay #B17E2E

Color information

#B17E2E (or 0xB17E2E) is unknown color: approx Mandalay. HEX triplet: B1, 7E and 2E. RGB value is (177,126,46). Sum of RGB (Red+Green+Blue) = 177+126+46=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E2E is #4E81D1. Grayscale: #848484. Windows color (decimal): -5145042 or 3047089. OLE color: 3047089.

HSL color Cylindrical-coordinate representation of color #B17E2E: hue angle of 36.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B17E2E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17712646-
CMYK00.290.740.31
HSL36.64º58.74%43.73%-
HSV(B)36.64º74.01%69.41%-
XYZ26.0924.475.93-
YUV132.1379.4160-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=50.72%
G=36.10%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771264600.290.740.3136.6458.7443.73
HexB17E2E01D4A1F253b2c
Octal2611765603511237457354
Binary101100011111110101110011101100101011111100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E2E; }

 p { color: rgb(177,126,46); }

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

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

 a { background-color: rgb(177,126,46); }

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

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

 span { border-color: rgb(177,126,46); }

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