Shades of Mandalay #B57A2A
Tints of Mandalay #B57A2A
RGB
CMYK
RGB Variations
Color information
#B57A2A (or 0xB57A2A) is known color: Mandalay. HEX triplet: B5, 7A and 2A. RGB value is (181,122,42). Sum of RGB (Red+Green+Blue) = 181+122+42=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A2A is #4A85D5. Grayscale: #828282. Windows color (decimal): -4883926 or 2783925. OLE color: 2783925.
HSL color Cylindrical-coordinate representation of color #B57A2A: hue angle of 34.53º 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 #B57A2A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 42 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.29 |
| HSL | 34.53º | 0.62% | 0.44% | - |
| HSV(B) | 34.53º | 0.77% | 0.71% | - |
| XYZ | 26.43 | 23.91 | 5.41 | - |
| YUV | 130.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 42 | 0 | 0.33 | 0.77 | 0.29 | 34.53 | 0.62 | 0.44 |
| Hex | B5 | 7A | 2A | 0 | 21 | 4D | 1D | 23 | 3E | 2C |
| Octal | 265 | 172 | 52 | 0 | 41 | 115 | 35 | 43 | 76 | 54 |
| Binary | 10110101 | 1111010 | 101010 | 0 | 100001 | 1001101 | 11101 | 100011 | 111110 | 101100 |
Color Harmonies of #B57A2A
Complementary color
Monochromatic Colors of #B57A2A
Black with #B57A2A
Text Example
Text Example
White with #B57A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A2A; }
p { color: rgb(181,122,42); }
H1.HeaderClassName
{
color: #B57A2A;
}
.AnyTagClassName
{
color: #B57A2A;
}
</style>
background-color css
<style>
a { background-color: #B57A2A; }
a { background-color: rgb(181,122,42); }
div.DivClassName
{
background-color: #B57A2A;
}
.BgClassName
{
background-color: #B57A2A;
}
</style>
border-color css
<style>
span { border-color: #B57A2A; }
span { border-color: rgb(181,122,42); }
td.TdClassName
{
border-color: #B57A2A;
}
.TagClassName
{
border-color: #B57A2A;
}
</style>