Shades of Mandalay #B57B2A
Tints of Mandalay #B57B2A
RGB
CMYK
RGB Variations
Color information
#B57B2A (or 0xB57B2A) is known color: Mandalay. HEX triplet: B5, 7B and 2A. RGB value is (181,123,42). Sum of RGB (Red+Green+Blue) = 181+123+42=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B2A is #4A84D5. Grayscale: #838383. Windows color (decimal): -4883670 or 2784181. OLE color: 2784181.
HSL color Cylindrical-coordinate representation of color #B57B2A: hue angle of 34.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B57B2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 42 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.29 |
| HSL | 34.96º | 0.62% | 0.44% | - |
| HSV(B) | 34.96º | 0.77% | 0.71% | - |
| XYZ | 26.56 | 24.16 | 5.45 | - |
| YUV | 131.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 42 | 0 | 0.32 | 0.77 | 0.29 | 34.96 | 0.62 | 0.44 |
| Hex | B5 | 7B | 2A | 0 | 20 | 4D | 1D | 23 | 3E | 2C |
| Octal | 265 | 173 | 52 | 0 | 40 | 115 | 35 | 43 | 76 | 54 |
| Binary | 10110101 | 1111011 | 101010 | 0 | 100000 | 1001101 | 11101 | 100011 | 111110 | 101100 |
Color Harmonies of #B57B2A
Complementary color
Monochromatic Colors of #B57B2A
Black with #B57B2A
Text Example
Text Example
White with #B57B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B2A; }
p { color: rgb(181,123,42); }
H1.HeaderClassName
{
color: #B57B2A;
}
.AnyTagClassName
{
color: #B57B2A;
}
</style>
background-color css
<style>
a { background-color: #B57B2A; }
a { background-color: rgb(181,123,42); }
div.DivClassName
{
background-color: #B57B2A;
}
.BgClassName
{
background-color: #B57B2A;
}
</style>
border-color css
<style>
span { border-color: #B57B2A; }
span { border-color: rgb(181,123,42); }
td.TdClassName
{
border-color: #B57B2A;
}
.TagClassName
{
border-color: #B57B2A;
}
</style>