Shades of Mandalay #B68528
Tints of Mandalay #B68528
RGB
CMYK
RGB Variations
Color information
#B68528 (or 0xB68528) is known color: Mandalay. HEX triplet: B6, 85 and 28. RGB value is (182,133,40). Sum of RGB (Red+Green+Blue) = 182+133+40=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B68528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68528 is #497AD7. Grayscale: #898989. Windows color (decimal): -4815576 or 2655670. OLE color: 2655670.
HSL color Cylindrical-coordinate representation of color #B68528: hue angle of 39.3º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B68528 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 40 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.29 |
| HSL | 39.3º | 0.64% | 0.44% | - |
| HSV(B) | 39.3º | 0.78% | 0.71% | - |
| XYZ | 28.06 | 26.87 | 5.72 | - |
| YUV | 137.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 40 | 0 | 0.27 | 0.78 | 0.29 | 39.3 | 0.64 | 0.44 |
| Hex | B6 | 85 | 28 | 0 | 1B | 4E | 1D | 27 | 40 | 2C |
| Octal | 266 | 205 | 50 | 0 | 33 | 116 | 35 | 47 | 100 | 54 |
| Binary | 10110110 | 10000101 | 101000 | 0 | 11011 | 1001110 | 11101 | 100111 | 1000000 | 101100 |
Color Harmonies of #B68528
Complementary color
Monochromatic Colors of #B68528
Black with #B68528
Text Example
Text Example
White with #B68528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68528; }
p { color: rgb(182,133,40); }
H1.HeaderClassName
{
color: #B68528;
}
.AnyTagClassName
{
color: #B68528;
}
</style>
background-color css
<style>
a { background-color: #B68528; }
a { background-color: rgb(182,133,40); }
div.DivClassName
{
background-color: #B68528;
}
.BgClassName
{
background-color: #B68528;
}
</style>
border-color css
<style>
span { border-color: #B68528; }
span { border-color: rgb(182,133,40); }
td.TdClassName
{
border-color: #B68528;
}
.TagClassName
{
border-color: #B68528;
}
</style>