Shades of Mandalay #B07E27
Tints of Mandalay #B07E27
RGB
CMYK
RGB Variations
Color information
#B07E27 (or 0xB07E27) is known color: Mandalay. HEX triplet: B0, 7E and 27. RGB value is (176,126,39). Sum of RGB (Red+Green+Blue) = 176+126+39=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E27 is #4F81D8. Grayscale: #838383. Windows color (decimal): -5210585 or 2588336. OLE color: 2588336.
HSL color Cylindrical-coordinate representation of color #B07E27: hue angle of 38.1º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B07E27 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 39 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.31 |
| HSL | 38.1º | 0.64% | 0.42% | - |
| HSV(B) | 38.1º | 0.78% | 0.69% | - |
| XYZ | 25.73 | 24.3 | 5.25 | - |
| YUV | 131.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 39 | 0 | 0.28 | 0.78 | 0.31 | 38.1 | 0.64 | 0.42 |
| Hex | B0 | 7E | 27 | 0 | 1C | 4E | 1F | 26 | 40 | 2A |
| Octal | 260 | 176 | 47 | 0 | 34 | 116 | 37 | 46 | 100 | 52 |
| Binary | 10110000 | 1111110 | 100111 | 0 | 11100 | 1001110 | 11111 | 100110 | 1000000 | 101010 |
Color Harmonies of #B07E27
Complementary color
Monochromatic Colors of #B07E27
Black with #B07E27
Text Example
Text Example
White with #B07E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E27; }
p { color: rgb(176,126,39); }
H1.HeaderClassName
{
color: #B07E27;
}
.AnyTagClassName
{
color: #B07E27;
}
</style>
background-color css
<style>
a { background-color: #B07E27; }
a { background-color: rgb(176,126,39); }
div.DivClassName
{
background-color: #B07E27;
}
.BgClassName
{
background-color: #B07E27;
}
</style>
border-color css
<style>
span { border-color: #B07E27; }
span { border-color: rgb(176,126,39); }
td.TdClassName
{
border-color: #B07E27;
}
.TagClassName
{
border-color: #B07E27;
}
</style>