Shades of Mandalay #B57933
Tints of Mandalay #B57933
RGB
CMYK
RGB Variations
Color information
#B57933 (or 0xB57933) is known color: Mandalay. HEX triplet: B5, 79 and 33. RGB value is (181,121,51). Sum of RGB (Red+Green+Blue) = 181+121+51=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B57933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57933 is #4A86CC. Grayscale: #838383. Windows color (decimal): -4884173 or 3373493. OLE color: 3373493.
HSL color Cylindrical-coordinate representation of color #B57933: hue angle of 32.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B57933 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 51 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.29 |
| HSL | 32.31º | 0.56% | 0.45% | - |
| HSV(B) | 32.31º | 0.72% | 0.71% | - |
| XYZ | 26.49 | 23.74 | 6.32 | - |
| YUV | 130.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 51 | 0 | 0.33 | 0.72 | 0.29 | 32.31 | 0.56 | 0.45 |
| Hex | B5 | 79 | 33 | 0 | 21 | 48 | 1D | 20 | 38 | 2D |
| Octal | 265 | 171 | 63 | 0 | 41 | 110 | 35 | 40 | 70 | 55 |
| Binary | 10110101 | 1111001 | 110011 | 0 | 100001 | 1001000 | 11101 | 100000 | 111000 | 101101 |
Color Harmonies of #B57933
Complementary color
Monochromatic Colors of #B57933
Black with #B57933
Text Example
Text Example
White with #B57933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57933; }
p { color: rgb(181,121,51); }
H1.HeaderClassName
{
color: #B57933;
}
.AnyTagClassName
{
color: #B57933;
}
</style>
background-color css
<style>
a { background-color: #B57933; }
a { background-color: rgb(181,121,51); }
div.DivClassName
{
background-color: #B57933;
}
.BgClassName
{
background-color: #B57933;
}
</style>
border-color css
<style>
span { border-color: #B57933; }
span { border-color: rgb(181,121,51); }
td.TdClassName
{
border-color: #B57933;
}
.TagClassName
{
border-color: #B57933;
}
</style>