#B17C2E

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

Shades of Mandalay #B17C2E

Tints of Mandalay #B17C2E

Color information

#B17C2E (or 0xB17C2E) is unknown color: approx Mandalay. HEX triplet: B1, 7C and 2E. RGB value is (177,124,46). Sum of RGB (Red+Green+Blue) = 177+124+46=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C2E is #4E83D1. Grayscale: #838383. Windows color (decimal): -5145554 or 3046577. OLE color: 3046577.

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

Color convert

RGB17712446-
CMYK00.300.740.31
HSL35.73º58.74%43.73%-
HSV(B)35.73º74.01%69.41%-
XYZ25.8323.965.85-
YUV130.9580.06160.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=51.01%
G=35.73%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771244600.300.740.3135.7358.7443.73
HexB17C2E01E4A1F243b2c
Octal2611745603611237447354
Binary101100011111100101110011110100101011111100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C2E; }

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

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

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

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

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

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

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

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