Shades of Mandalay #B68121
Tints of Mandalay #B68121
RGB
CMYK
RGB Variations
Color information
#B68121 (or 0xB68121) is known color: Mandalay. HEX triplet: B6, 81 and 21. RGB value is (182,129,33). Sum of RGB (Red+Green+Blue) = 182+129+33=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B68121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68121 is #497EDE. Grayscale: #868686. Windows color (decimal): -4816607 or 2195894. OLE color: 2195894.
HSL color Cylindrical-coordinate representation of color #B68121: hue angle of 38.66º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68121 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 33 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.29 |
| HSL | 38.66º | 0.69% | 0.42% | - |
| HSV(B) | 38.66º | 0.82% | 0.71% | - |
| XYZ | 27.42 | 25.76 | 4.97 | - |
| YUV | 133.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 33 | 0 | 0.29 | 0.82 | 0.29 | 38.66 | 0.69 | 0.42 |
| Hex | B6 | 81 | 21 | 0 | 1D | 52 | 1D | 27 | 45 | 2A |
| Octal | 266 | 201 | 41 | 0 | 35 | 122 | 35 | 47 | 105 | 52 |
| Binary | 10110110 | 10000001 | 100001 | 0 | 11101 | 1010010 | 11101 | 100111 | 1000101 | 101010 |
Color Harmonies of #B68121
Complementary color
Monochromatic Colors of #B68121
Black with #B68121
Text Example
Text Example
White with #B68121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68121; }
p { color: rgb(182,129,33); }
H1.HeaderClassName
{
color: #B68121;
}
.AnyTagClassName
{
color: #B68121;
}
</style>
background-color css
<style>
a { background-color: #B68121; }
a { background-color: rgb(182,129,33); }
div.DivClassName
{
background-color: #B68121;
}
.BgClassName
{
background-color: #B68121;
}
</style>
border-color css
<style>
span { border-color: #B68121; }
span { border-color: rgb(182,129,33); }
td.TdClassName
{
border-color: #B68121;
}
.TagClassName
{
border-color: #B68121;
}
</style>