Shades of Mandalay #B17A30
Tints of Mandalay #B17A30
RGB
CMYK
RGB Variations
Color information
#B17A30 (or 0xB17A30) is known color: Mandalay. HEX triplet: B1, 7A and 30. RGB value is (177,122,48). Sum of RGB (Red+Green+Blue) = 177+122+48=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A30 is #4E85CF. Grayscale: #828282. Windows color (decimal): -5146064 or 3177137. OLE color: 3177137.
HSL color Cylindrical-coordinate representation of color #B17A30: hue angle of 34.42º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B17A30 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 48 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.31 |
| HSL | 34.42º | 0.57% | 0.44% | - |
| HSV(B) | 34.42º | 0.73% | 0.69% | - |
| XYZ | 25.62 | 23.48 | 5.98 | - |
| YUV | 130.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 48 | 0 | 0.31 | 0.73 | 0.31 | 34.42 | 0.57 | 0.44 |
| Hex | B1 | 7A | 30 | 0 | 1F | 49 | 1F | 22 | 39 | 2C |
| Octal | 261 | 172 | 60 | 0 | 37 | 111 | 37 | 42 | 71 | 54 |
| Binary | 10110001 | 1111010 | 110000 | 0 | 11111 | 1001001 | 11111 | 100010 | 111001 | 101100 |
Color Harmonies of #B17A30
Complementary color
Monochromatic Colors of #B17A30
Black with #B17A30
Text Example
Text Example
White with #B17A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A30; }
p { color: rgb(177,122,48); }
H1.HeaderClassName
{
color: #B17A30;
}
.AnyTagClassName
{
color: #B17A30;
}
</style>
background-color css
<style>
a { background-color: #B17A30; }
a { background-color: rgb(177,122,48); }
div.DivClassName
{
background-color: #B17A30;
}
.BgClassName
{
background-color: #B17A30;
}
</style>
border-color css
<style>
span { border-color: #B17A30; }
span { border-color: rgb(177,122,48); }
td.TdClassName
{
border-color: #B17A30;
}
.TagClassName
{
border-color: #B17A30;
}
</style>