Shades of Mandalay #B57834
Tints of Mandalay #B57834
RGB
CMYK
RGB Variations
Color information
#B57834 (or 0xB57834) is known color: Mandalay. HEX triplet: B5, 78 and 34. RGB value is (181,120,52). Sum of RGB (Red+Green+Blue) = 181+120+52=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B57834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57834 is #4A87CB. Grayscale: #828282. Windows color (decimal): -4884428 or 3438773. OLE color: 3438773.
HSL color Cylindrical-coordinate representation of color #B57834: hue angle of 31.63º 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 #B57834 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 52 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.29 |
| HSL | 31.63º | 0.55% | 0.46% | - |
| HSV(B) | 31.63º | 0.71% | 0.71% | - |
| XYZ | 26.39 | 23.5 | 6.39 | - |
| YUV | 130.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 52 | 0 | 0.34 | 0.71 | 0.29 | 31.63 | 0.55 | 0.46 |
| Hex | B5 | 78 | 34 | 0 | 22 | 47 | 1D | 20 | 37 | 2E |
| Octal | 265 | 170 | 64 | 0 | 42 | 107 | 35 | 40 | 67 | 56 |
| Binary | 10110101 | 1111000 | 110100 | 0 | 100010 | 1000111 | 11101 | 100000 | 110111 | 101110 |
Color Harmonies of #B57834
Complementary color
Monochromatic Colors of #B57834
Black with #B57834
Text Example
Text Example
White with #B57834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57834; }
p { color: rgb(181,120,52); }
H1.HeaderClassName
{
color: #B57834;
}
.AnyTagClassName
{
color: #B57834;
}
</style>
background-color css
<style>
a { background-color: #B57834; }
a { background-color: rgb(181,120,52); }
div.DivClassName
{
background-color: #B57834;
}
.BgClassName
{
background-color: #B57834;
}
</style>
border-color css
<style>
span { border-color: #B57834; }
span { border-color: rgb(181,120,52); }
td.TdClassName
{
border-color: #B57834;
}
.TagClassName
{
border-color: #B57834;
}
</style>