Shades of Mandalay #B27E36
Tints of Mandalay #B27E36
RGB
CMYK
RGB Variations
Color information
#B27E36 (or 0xB27E36) is known color: Mandalay. HEX triplet: B2, 7E and 36. RGB value is (178,126,54). Sum of RGB (Red+Green+Blue) = 178+126+54=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E36 is #4D81C9. Grayscale: #858585. Windows color (decimal): -5079498 or 3571378. OLE color: 3571378.
HSL color Cylindrical-coordinate representation of color #B27E36: hue angle of 34.84º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B27E36 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 54 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.30 |
| HSL | 34.84º | 0.53% | 0.45% | - |
| HSV(B) | 34.84º | 0.7% | 0.7% | - |
| XYZ | 26.49 | 24.65 | 6.85 | - |
| YUV | 133.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 54 | 0 | 0.29 | 0.70 | 0.30 | 34.84 | 0.53 | 0.45 |
| Hex | B2 | 7E | 36 | 0 | 1D | 46 | 1E | 23 | 35 | 2D |
| Octal | 262 | 176 | 66 | 0 | 35 | 106 | 36 | 43 | 65 | 55 |
| Binary | 10110010 | 1111110 | 110110 | 0 | 11101 | 1000110 | 11110 | 100011 | 110101 | 101101 |
Color Harmonies of #B27E36
Complementary color
Monochromatic Colors of #B27E36
Black with #B27E36
Text Example
Text Example
White with #B27E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E36; }
p { color: rgb(178,126,54); }
H1.HeaderClassName
{
color: #B27E36;
}
.AnyTagClassName
{
color: #B27E36;
}
</style>
background-color css
<style>
a { background-color: #B27E36; }
a { background-color: rgb(178,126,54); }
div.DivClassName
{
background-color: #B27E36;
}
.BgClassName
{
background-color: #B27E36;
}
</style>
border-color css
<style>
span { border-color: #B27E36; }
span { border-color: rgb(178,126,54); }
td.TdClassName
{
border-color: #B27E36;
}
.TagClassName
{
border-color: #B27E36;
}
</style>