Shades of Mandalay #B27E1E
Tints of Mandalay #B27E1E
RGB
CMYK
RGB Variations
Color information
#B27E1E (or 0xB27E1E) is known color: Mandalay. HEX triplet: B2, 7E and 1E. RGB value is (178,126,30). Sum of RGB (Red+Green+Blue) = 178+126+30=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E1E is #4D81E1. Grayscale: #838383. Windows color (decimal): -5079522 or 1998514. OLE color: 1998514.
HSL color Cylindrical-coordinate representation of color #B27E1E: hue angle of 38.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B27E1E is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 30 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.30 |
| HSL | 38.92º | 0.71% | 0.41% | - |
| HSV(B) | 38.92º | 0.83% | 0.7% | - |
| XYZ | 26.06 | 24.48 | 4.58 | - |
| YUV | 130.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 30 | 0 | 0.29 | 0.83 | 0.30 | 38.92 | 0.71 | 0.41 |
| Hex | B2 | 7E | 1E | 0 | 1D | 53 | 1E | 27 | 47 | 29 |
| Octal | 262 | 176 | 36 | 0 | 35 | 123 | 36 | 47 | 107 | 51 |
| Binary | 10110010 | 1111110 | 11110 | 0 | 11101 | 1010011 | 11110 | 100111 | 1000111 | 101001 |
Color Harmonies of #B27E1E
Complementary color
Monochromatic Colors of #B27E1E
Black with #B27E1E
Text Example
Text Example
White with #B27E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E1E; }
p { color: rgb(178,126,30); }
H1.HeaderClassName
{
color: #B27E1E;
}
.AnyTagClassName
{
color: #B27E1E;
}
</style>
background-color css
<style>
a { background-color: #B27E1E; }
a { background-color: rgb(178,126,30); }
div.DivClassName
{
background-color: #B27E1E;
}
.BgClassName
{
background-color: #B27E1E;
}
</style>
border-color css
<style>
span { border-color: #B27E1E; }
span { border-color: rgb(178,126,30); }
td.TdClassName
{
border-color: #B27E1E;
}
.TagClassName
{
border-color: #B27E1E;
}
</style>