Shades of Mandalay #B37938
Tints of Mandalay #B37938
RGB
CMYK
RGB Variations
Color information
#B37938 (or 0xB37938) is known color: Mandalay. HEX triplet: B3, 79 and 38. RGB value is (179,121,56). Sum of RGB (Red+Green+Blue) = 179+121+56=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B37938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37938 is #4C86C7. Grayscale: #838383. Windows color (decimal): -5015240 or 3701171. OLE color: 3701171.
HSL color Cylindrical-coordinate representation of color #B37938: hue angle of 31.71º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37938 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 56 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.30 |
| HSL | 31.71º | 0.52% | 0.46% | - |
| HSV(B) | 31.71º | 0.69% | 0.7% | - |
| XYZ | 26.14 | 23.54 | 6.91 | - |
| YUV | 130.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 56 | 0 | 0.32 | 0.69 | 0.30 | 31.71 | 0.52 | 0.46 |
| Hex | B3 | 79 | 38 | 0 | 20 | 45 | 1E | 20 | 34 | 2E |
| Octal | 263 | 171 | 70 | 0 | 40 | 105 | 36 | 40 | 64 | 56 |
| Binary | 10110011 | 1111001 | 111000 | 0 | 100000 | 1000101 | 11110 | 100000 | 110100 | 101110 |
Color Harmonies of #B37938
Complementary color
Monochromatic Colors of #B37938
Black with #B37938
Text Example
Text Example
White with #B37938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37938; }
p { color: rgb(179,121,56); }
H1.HeaderClassName
{
color: #B37938;
}
.AnyTagClassName
{
color: #B37938;
}
</style>
background-color css
<style>
a { background-color: #B37938; }
a { background-color: rgb(179,121,56); }
div.DivClassName
{
background-color: #B37938;
}
.BgClassName
{
background-color: #B37938;
}
</style>
border-color css
<style>
span { border-color: #B37938; }
span { border-color: rgb(179,121,56); }
td.TdClassName
{
border-color: #B37938;
}
.TagClassName
{
border-color: #B37938;
}
</style>