Shades of Mandalay #B27939
Tints of Mandalay #B27939
RGB
CMYK
RGB Variations
Color information
#B27939 (or 0xB27939) is known color: Mandalay. HEX triplet: B2, 79 and 39. RGB value is (178,121,57). Sum of RGB (Red+Green+Blue) = 178+121+57=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B27939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27939 is #4D86C6. Grayscale: #838383. Windows color (decimal): -5080775 or 3766706. OLE color: 3766706.
HSL color Cylindrical-coordinate representation of color #B27939: hue angle of 31.74º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B27939 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 57 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.30 |
| HSL | 31.74º | 0.51% | 0.46% | - |
| HSV(B) | 31.74º | 0.68% | 0.7% | - |
| XYZ | 25.94 | 23.44 | 7.03 | - |
| YUV | 130.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 57 | 0 | 0.32 | 0.68 | 0.30 | 31.74 | 0.51 | 0.46 |
| Hex | B2 | 79 | 39 | 0 | 20 | 44 | 1E | 20 | 33 | 2E |
| Octal | 262 | 171 | 71 | 0 | 40 | 104 | 36 | 40 | 63 | 56 |
| Binary | 10110010 | 1111001 | 111001 | 0 | 100000 | 1000100 | 11110 | 100000 | 110011 | 101110 |
Color Harmonies of #B27939
Complementary color
Monochromatic Colors of #B27939
Black with #B27939
Text Example
Text Example
White with #B27939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27939; }
p { color: rgb(178,121,57); }
H1.HeaderClassName
{
color: #B27939;
}
.AnyTagClassName
{
color: #B27939;
}
</style>
background-color css
<style>
a { background-color: #B27939; }
a { background-color: rgb(178,121,57); }
div.DivClassName
{
background-color: #B27939;
}
.BgClassName
{
background-color: #B27939;
}
</style>
border-color css
<style>
span { border-color: #B27939; }
span { border-color: rgb(178,121,57); }
td.TdClassName
{
border-color: #B27939;
}
.TagClassName
{
border-color: #B27939;
}
</style>