#b17d3b

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

Shades of Mandalay #B17D3B

Tints of Mandalay #B17D3B

Color information

#B17D3B (or 0xB17D3B) is unknown color: approx Mandalay. HEX triplet: B1, 7D and 3B. RGB value is (177,125,59). Sum of RGB (Red+Green+Blue) = 177+125+59=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D3B is #4E82C4. Grayscale: #858585. Windows color (decimal): -5145285 or 3898801. OLE color: 3898801.

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

Color convert

RGB17712559-
CMYK00.290.670.31
HSL33.56º50%46.27%-
HSV(B)33.56º66.67%69.41%-
XYZ26.2524.337.45-
YUV133.0286.23159.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=49.03%
G=34.63%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771255900.290.670.3133.565046.27
HexB17D3B01D431F22322e
Octal2611757303510337426256
Binary101100011111101111011011101100001111111100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17d3b; }

 p { color: rgb(177,125,59); }

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

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

 a { background-color: rgb(177,125,59); }

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

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

 span { border-color: rgb(177,125,59); }

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