Shades of Mandalay #B68325
Tints of Mandalay #B68325
RGB
CMYK
RGB Variations
Color information
#B68325 (or 0xB68325) is known color: Mandalay. HEX triplet: B6, 83 and 25. RGB value is (182,131,37). Sum of RGB (Red+Green+Blue) = 182+131+37=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68325 is #497CDA. Grayscale: #878787. Windows color (decimal): -4816091 or 2458550. OLE color: 2458550.
HSL color Cylindrical-coordinate representation of color #B68325: hue angle of 38.9º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B68325 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 37 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.29 |
| HSL | 38.9º | 0.66% | 0.43% | - |
| HSV(B) | 38.9º | 0.8% | 0.71% | - |
| XYZ | 27.74 | 26.31 | 5.37 | - |
| YUV | 135.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 37 | 0 | 0.28 | 0.80 | 0.29 | 38.9 | 0.66 | 0.43 |
| Hex | B6 | 83 | 25 | 0 | 1C | 50 | 1D | 27 | 42 | 2B |
| Octal | 266 | 203 | 45 | 0 | 34 | 120 | 35 | 47 | 102 | 53 |
| Binary | 10110110 | 10000011 | 100101 | 0 | 11100 | 1010000 | 11101 | 100111 | 1000010 | 101011 |
Color Harmonies of #B68325
Complementary color
Monochromatic Colors of #B68325
Black with #B68325
Text Example
Text Example
White with #B68325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68325; }
p { color: rgb(182,131,37); }
H1.HeaderClassName
{
color: #B68325;
}
.AnyTagClassName
{
color: #B68325;
}
</style>
background-color css
<style>
a { background-color: #B68325; }
a { background-color: rgb(182,131,37); }
div.DivClassName
{
background-color: #B68325;
}
.BgClassName
{
background-color: #B68325;
}
</style>
border-color css
<style>
span { border-color: #B68325; }
span { border-color: rgb(182,131,37); }
td.TdClassName
{
border-color: #B68325;
}
.TagClassName
{
border-color: #B68325;
}
</style>