Shades of Mandalay #B17C22
Tints of Mandalay #B17C22
RGB
CMYK
RGB Variations
Color information
#B17C22 (or 0xB17C22) is known color: 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
| RGB | 177 | 124 | 34 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.31 |
| HSL | 37.76º | 0.68% | 0.41% | - |
| HSV(B) | 37.76º | 0.81% | 0.69% | - |
| XYZ | 25.63 | 23.88 | 4.77 | - |
| YUV | 129.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 34 | 0 | 0.30 | 0.81 | 0.31 | 37.76 | 0.68 | 0.41 |
| Hex | B1 | 7C | 22 | 0 | 1E | 51 | 1F | 26 | 44 | 29 |
| Octal | 261 | 174 | 42 | 0 | 36 | 121 | 37 | 46 | 104 | 51 |
| Binary | 10110001 | 1111100 | 100010 | 0 | 11110 | 1010001 | 11111 | 100110 | 1000100 | 101001 |
Color Harmonies of #B17C22
Complementary color
Monochromatic Colors of #B17C22
Black with #B17C22
Text Example
Text Example
White with #B17C22
Text Example
Text Example
HTML Codes & Css Web 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>