Shades of Mandalay #B57B34
Tints of Mandalay #B57B34
RGB
CMYK
RGB Variations
Color information
#B57B34 (or 0xB57B34) is known color: Mandalay. HEX triplet: B5, 7B and 34. RGB value is (181,123,52). Sum of RGB (Red+Green+Blue) = 181+123+52=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B34 is #4A84CB. Grayscale: #848484. Windows color (decimal): -4883660 or 3439541. OLE color: 3439541.
HSL color Cylindrical-coordinate representation of color #B57B34: hue angle of 33.02º 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 #B57B34 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 52 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.29 |
| HSL | 33.02º | 0.55% | 0.46% | - |
| HSV(B) | 33.02º | 0.71% | 0.71% | - |
| XYZ | 26.76 | 24.24 | 6.52 | - |
| YUV | 132.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 52 | 0 | 0.32 | 0.71 | 0.29 | 33.02 | 0.55 | 0.46 |
| Hex | B5 | 7B | 34 | 0 | 20 | 47 | 1D | 21 | 37 | 2E |
| Octal | 265 | 173 | 64 | 0 | 40 | 107 | 35 | 41 | 67 | 56 |
| Binary | 10110101 | 1111011 | 110100 | 0 | 100000 | 1000111 | 11101 | 100001 | 110111 | 101110 |
Color Harmonies of #B57B34
Complementary color
Monochromatic Colors of #B57B34
Black with #B57B34
Text Example
Text Example
White with #B57B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B34; }
p { color: rgb(181,123,52); }
H1.HeaderClassName
{
color: #B57B34;
}
.AnyTagClassName
{
color: #B57B34;
}
</style>
background-color css
<style>
a { background-color: #B57B34; }
a { background-color: rgb(181,123,52); }
div.DivClassName
{
background-color: #B57B34;
}
.BgClassName
{
background-color: #B57B34;
}
</style>
border-color css
<style>
span { border-color: #B57B34; }
span { border-color: rgb(181,123,52); }
td.TdClassName
{
border-color: #B57B34;
}
.TagClassName
{
border-color: #B57B34;
}
</style>