Shades of Mandalay #B68425
Tints of Mandalay #B68425
RGB
CMYK
RGB Variations
Color information
#B68425 (or 0xB68425) is known color: Mandalay. HEX triplet: B6, 84 and 25. RGB value is (182,132,37). Sum of RGB (Red+Green+Blue) = 182+132+37=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68425 is #497BDA. Grayscale: #888888. Windows color (decimal): -4815835 or 2458806. OLE color: 2458806.
HSL color Cylindrical-coordinate representation of color #B68425: hue angle of 39.31º 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 #B68425 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 37 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.29 |
| HSL | 39.31º | 0.66% | 0.43% | - |
| HSV(B) | 39.31º | 0.8% | 0.71% | - |
| XYZ | 27.88 | 26.58 | 5.41 | - |
| YUV | 136.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 37 | 0 | 0.27 | 0.80 | 0.29 | 39.31 | 0.66 | 0.43 |
| Hex | B6 | 84 | 25 | 0 | 1B | 50 | 1D | 27 | 42 | 2B |
| Octal | 266 | 204 | 45 | 0 | 33 | 120 | 35 | 47 | 102 | 53 |
| Binary | 10110110 | 10000100 | 100101 | 0 | 11011 | 1010000 | 11101 | 100111 | 1000010 | 101011 |
Color Harmonies of #B68425
Complementary color
Monochromatic Colors of #B68425
Black with #B68425
Text Example
Text Example
White with #B68425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68425; }
p { color: rgb(182,132,37); }
H1.HeaderClassName
{
color: #B68425;
}
.AnyTagClassName
{
color: #B68425;
}
</style>
background-color css
<style>
a { background-color: #B68425; }
a { background-color: rgb(182,132,37); }
div.DivClassName
{
background-color: #B68425;
}
.BgClassName
{
background-color: #B68425;
}
</style>
border-color css
<style>
span { border-color: #B68425; }
span { border-color: rgb(182,132,37); }
td.TdClassName
{
border-color: #B68425;
}
.TagClassName
{
border-color: #B68425;
}
</style>