Shades of Mandalay #B27E2D
Tints of Mandalay #B27E2D
RGB
CMYK
RGB Variations
Color information
#B27E2D (or 0xB27E2D) is known color: Mandalay. HEX triplet: B2, 7E and 2D. RGB value is (178,126,45). Sum of RGB (Red+Green+Blue) = 178+126+45=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E2D is #4D81D2. Grayscale: #848484. Windows color (decimal): -5079507 or 2981554. OLE color: 2981554.
HSL color Cylindrical-coordinate representation of color #B27E2D: hue angle of 36.54º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B27E2D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 45 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.30 |
| HSL | 36.54º | 0.6% | 0.44% | - |
| HSV(B) | 36.54º | 0.75% | 0.7% | - |
| XYZ | 26.29 | 24.58 | 5.84 | - |
| YUV | 132.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 45 | 0 | 0.29 | 0.75 | 0.30 | 36.54 | 0.6 | 0.44 |
| Hex | B2 | 7E | 2D | 0 | 1D | 4B | 1E | 25 | 3C | 2C |
| Octal | 262 | 176 | 55 | 0 | 35 | 113 | 36 | 45 | 74 | 54 |
| Binary | 10110010 | 1111110 | 101101 | 0 | 11101 | 1001011 | 11110 | 100101 | 111100 | 101100 |
Color Harmonies of #B27E2D
Complementary color
Monochromatic Colors of #B27E2D
Black with #B27E2D
Text Example
Text Example
White with #B27E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E2D; }
p { color: rgb(178,126,45); }
H1.HeaderClassName
{
color: #B27E2D;
}
.AnyTagClassName
{
color: #B27E2D;
}
</style>
background-color css
<style>
a { background-color: #B27E2D; }
a { background-color: rgb(178,126,45); }
div.DivClassName
{
background-color: #B27E2D;
}
.BgClassName
{
background-color: #B27E2D;
}
</style>
border-color css
<style>
span { border-color: #B27E2D; }
span { border-color: rgb(178,126,45); }
td.TdClassName
{
border-color: #B27E2D;
}
.TagClassName
{
border-color: #B27E2D;
}
</style>