#B17C38

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

Shades of Mandalay #B17C38

Tints of Mandalay #B17C38

Color information

#B17C38 (or 0xB17C38) is unknown color: approx Mandalay. HEX triplet: B1, 7C and 38. RGB value is (177,124,56). Sum of RGB (Red+Green+Blue) = 177+124+56=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C38 is #4E83C7. Grayscale: #848484. Windows color (decimal): -5145544 or 3701937. OLE color: 3701937.

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

Color convert

RGB17712456-
CMYK00.300.680.31
HSL33.72º51.93%45.69%-
HSV(B)33.72º68.36%69.41%-
XYZ26.0524.057.01-
YUV132.0985.06160.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=49.58%
G=34.73%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771245600.300.680.3133.7251.9345.69
HexB17C3801E441F22342e
Octal2611747003610437426456
Binary101100011111100111000011110100010011111100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C38; }

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

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

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

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

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

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

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

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