Shades of Mandalay #B68429
Tints of Mandalay #B68429
RGB
CMYK
RGB Variations
Color information
#B68429 (or 0xB68429) is known color: Mandalay. HEX triplet: B6, 84 and 29. RGB value is (182,132,41). Sum of RGB (Red+Green+Blue) = 182+132+41=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B68429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68429 is #497BD6. Grayscale: #888888. Windows color (decimal): -4815831 or 2720950. OLE color: 2720950.
HSL color Cylindrical-coordinate representation of color #B68429: hue angle of 38.72º degrees, saturation: 0.63, 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 #B68429 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 41 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.29 |
| HSL | 38.72º | 0.63% | 0.44% | - |
| HSV(B) | 38.72º | 0.77% | 0.71% | - |
| XYZ | 27.94 | 26.61 | 5.76 | - |
| YUV | 136.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 41 | 0 | 0.27 | 0.77 | 0.29 | 38.72 | 0.63 | 0.44 |
| Hex | B6 | 84 | 29 | 0 | 1B | 4D | 1D | 27 | 3F | 2C |
| Octal | 266 | 204 | 51 | 0 | 33 | 115 | 35 | 47 | 77 | 54 |
| Binary | 10110110 | 10000100 | 101001 | 0 | 11011 | 1001101 | 11101 | 100111 | 111111 | 101100 |
Color Harmonies of #B68429
Complementary color
Monochromatic Colors of #B68429
Black with #B68429
Text Example
Text Example
White with #B68429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68429; }
p { color: rgb(182,132,41); }
H1.HeaderClassName
{
color: #B68429;
}
.AnyTagClassName
{
color: #B68429;
}
</style>
background-color css
<style>
a { background-color: #B68429; }
a { background-color: rgb(182,132,41); }
div.DivClassName
{
background-color: #B68429;
}
.BgClassName
{
background-color: #B68429;
}
</style>
border-color css
<style>
span { border-color: #B68429; }
span { border-color: rgb(182,132,41); }
td.TdClassName
{
border-color: #B68429;
}
.TagClassName
{
border-color: #B68429;
}
</style>