#B17631

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

Shades of Mandalay #B17631

Tints of Mandalay #B17631

Color information

#B17631 (or 0xB17631) is unknown color: approx Mandalay. HEX triplet: B1, 76 and 31. RGB value is (177,118,49). Sum of RGB (Red+Green+Blue) = 177+118+49=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17631 is #4E89CE. Grayscale: #808080. Windows color (decimal): -5147087 or 3241649. OLE color: 3241649.

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

Color convert

RGB17711849-
CMYK00.330.720.31
HSL32.34º56.64%44.31%-
HSV(B)32.34º72.32%69.41%-
XYZ25.1622.535.93-
YUV127.7883.55163.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=51.45%
G=34.30%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771184900.330.720.3132.3456.6444.31
HexB17631021481F20392c
Octal2611666104111037407154
Binary1011000111101101100010100001100100011111100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17631; }

 p { color: rgb(177,118,49); }

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

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

 a { background-color: rgb(177,118,49); }

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

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

 span { border-color: rgb(177,118,49); }

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