#B17C22

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

Shades of Mandalay #B17C22

Tints of Mandalay #B17C22

Color information

#B17C22 (or 0xB17C22) is unknown color: approx Mandalay. HEX triplet: B1, 7C and 22. RGB value is (177,124,34). Sum of RGB (Red+Green+Blue) = 177+124+34=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C22 is #4E83DD. Grayscale: #828282. Windows color (decimal): -5145566 or 2260145. OLE color: 2260145.

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

Color convert

RGB17712434-
CMYK00.300.810.31
HSL37.76º67.77%41.37%-
HSV(B)37.76º80.79%69.41%-
XYZ25.6323.884.77-
YUV129.5974.06161.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=52.84%
G=37.01%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771243400.300.810.3137.7667.7741.37
HexB17C2201E511F264429
Octal26117442036121374610451
Binary1011000111111001000100111101010001111111001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C22; }

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

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

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

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

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

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

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

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