Shades of Mandalay #B68433
Tints of Mandalay #B68433
RGB
CMYK
RGB Variations
Color information
#B68433 (or 0xB68433) is known color: Mandalay. HEX triplet: B6, 84 and 33. RGB value is (182,132,51). Sum of RGB (Red+Green+Blue) = 182+132+51=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68433 is #497BCC. Grayscale: #8A8A8A. Windows color (decimal): -4815821 or 3376310. OLE color: 3376310.
HSL color Cylindrical-coordinate representation of color #B68433: hue angle of 37.1º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B68433 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 51 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.29 |
| HSL | 37.1º | 0.56% | 0.46% | - |
| HSV(B) | 37.1º | 0.72% | 0.71% | - |
| XYZ | 28.14 | 26.69 | 6.8 | - |
| YUV | 137.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 51 | 0 | 0.27 | 0.72 | 0.29 | 37.1 | 0.56 | 0.46 |
| Hex | B6 | 84 | 33 | 0 | 1B | 48 | 1D | 25 | 38 | 2E |
| Octal | 266 | 204 | 63 | 0 | 33 | 110 | 35 | 45 | 70 | 56 |
| Binary | 10110110 | 10000100 | 110011 | 0 | 11011 | 1001000 | 11101 | 100101 | 111000 | 101110 |
Color Harmonies of #B68433
Complementary color
Monochromatic Colors of #B68433
Black with #B68433
Text Example
Text Example
White with #B68433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68433; }
p { color: rgb(182,132,51); }
H1.HeaderClassName
{
color: #B68433;
}
.AnyTagClassName
{
color: #B68433;
}
</style>
background-color css
<style>
a { background-color: #B68433; }
a { background-color: rgb(182,132,51); }
div.DivClassName
{
background-color: #B68433;
}
.BgClassName
{
background-color: #B68433;
}
</style>
border-color css
<style>
span { border-color: #B68433; }
span { border-color: rgb(182,132,51); }
td.TdClassName
{
border-color: #B68433;
}
.TagClassName
{
border-color: #B68433;
}
</style>