#B17A31

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

Shades of Mandalay #B17A31

Tints of Mandalay #B17A31

Color information

#B17A31 (or 0xB17A31) is unknown color: approx Mandalay. HEX triplet: B1, 7A and 31. RGB value is (177,122,49). Sum of RGB (Red+Green+Blue) = 177+122+49=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A31 is #4E85CE. Grayscale: #828282. Windows color (decimal): -5146063 or 3242673. OLE color: 3242673.

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

Color convert

RGB17712249-
CMYK00.310.720.31
HSL34.22º56.64%44.31%-
HSV(B)34.22º72.32%69.41%-
XYZ25.6523.496.09-
YUV130.1282.22161.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=50.86%
G=35.06%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771224900.310.720.3134.2256.6444.31
HexB17A3101F481F22392c
Octal2611726103711037427154
Binary101100011111010110001011111100100011111100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A31; }

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

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

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

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

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

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

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

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