Shades of Mandalay #B57A33
Tints of Mandalay #B57A33
RGB
CMYK
RGB Variations
Color information
#B57A33 (or 0xB57A33) is known color: Mandalay. HEX triplet: B5, 7A and 33. RGB value is (181,122,51). Sum of RGB (Red+Green+Blue) = 181+122+51=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A33 is #4A85CC. Grayscale: #838383. Windows color (decimal): -4883917 or 3373749. OLE color: 3373749.
HSL color Cylindrical-coordinate representation of color #B57A33: hue angle of 32.77º 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 #B57A33 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 51 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.29 |
| HSL | 32.77º | 0.56% | 0.45% | - |
| HSV(B) | 32.77º | 0.72% | 0.71% | - |
| XYZ | 26.61 | 23.98 | 6.36 | - |
| YUV | 131.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 51 | 0 | 0.33 | 0.72 | 0.29 | 32.77 | 0.56 | 0.45 |
| Hex | B5 | 7A | 33 | 0 | 21 | 48 | 1D | 21 | 38 | 2D |
| Octal | 265 | 172 | 63 | 0 | 41 | 110 | 35 | 41 | 70 | 55 |
| Binary | 10110101 | 1111010 | 110011 | 0 | 100001 | 1001000 | 11101 | 100001 | 111000 | 101101 |
Color Harmonies of #B57A33
Complementary color
Monochromatic Colors of #B57A33
Black with #B57A33
Text Example
Text Example
White with #B57A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A33; }
p { color: rgb(181,122,51); }
H1.HeaderClassName
{
color: #B57A33;
}
.AnyTagClassName
{
color: #B57A33;
}
</style>
background-color css
<style>
a { background-color: #B57A33; }
a { background-color: rgb(181,122,51); }
div.DivClassName
{
background-color: #B57A33;
}
.BgClassName
{
background-color: #B57A33;
}
</style>
border-color css
<style>
span { border-color: #B57A33; }
span { border-color: rgb(181,122,51); }
td.TdClassName
{
border-color: #B57A33;
}
.TagClassName
{
border-color: #B57A33;
}
</style>