Shades of Mandalay #B57A34
Tints of Mandalay #B57A34
RGB
CMYK
RGB Variations
Color information
#B57A34 (or 0xB57A34) is known color: Mandalay. HEX triplet: B5, 7A and 34. RGB value is (181,122,52). Sum of RGB (Red+Green+Blue) = 181+122+52=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A34 is #4A85CB. Grayscale: #848484. Windows color (decimal): -4883916 or 3439285. OLE color: 3439285.
HSL color Cylindrical-coordinate representation of color #B57A34: hue angle of 32.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B57A34 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 52 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.29 |
| HSL | 32.56º | 0.55% | 0.46% | - |
| HSV(B) | 32.56º | 0.71% | 0.71% | - |
| XYZ | 26.64 | 23.99 | 6.48 | - |
| YUV | 131.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 52 | 0 | 0.33 | 0.71 | 0.29 | 32.56 | 0.55 | 0.46 |
| Hex | B5 | 7A | 34 | 0 | 21 | 47 | 1D | 21 | 37 | 2E |
| Octal | 265 | 172 | 64 | 0 | 41 | 107 | 35 | 41 | 67 | 56 |
| Binary | 10110101 | 1111010 | 110100 | 0 | 100001 | 1000111 | 11101 | 100001 | 110111 | 101110 |
Color Harmonies of #B57A34
Complementary color
Monochromatic Colors of #B57A34
Black with #B57A34
Text Example
Text Example
White with #B57A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A34; }
p { color: rgb(181,122,52); }
H1.HeaderClassName
{
color: #B57A34;
}
.AnyTagClassName
{
color: #B57A34;
}
</style>
background-color css
<style>
a { background-color: #B57A34; }
a { background-color: rgb(181,122,52); }
div.DivClassName
{
background-color: #B57A34;
}
.BgClassName
{
background-color: #B57A34;
}
</style>
border-color css
<style>
span { border-color: #B57A34; }
span { border-color: rgb(181,122,52); }
td.TdClassName
{
border-color: #B57A34;
}
.TagClassName
{
border-color: #B57A34;
}
</style>