Shades of Mandalay #B27E2A
Tints of Mandalay #B27E2A
RGB
CMYK
RGB Variations
Color information
#B27E2A (or 0xB27E2A) is known color: Mandalay. HEX triplet: B2, 7E and 2A. RGB value is (178,126,42). Sum of RGB (Red+Green+Blue) = 178+126+42=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E2A is #4D81D5. Grayscale: #848484. Windows color (decimal): -5079510 or 2784946. OLE color: 2784946.
HSL color Cylindrical-coordinate representation of color #B27E2A: hue angle of 37.06º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B27E2A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 42 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.30 |
| HSL | 37.06º | 0.62% | 0.43% | - |
| HSV(B) | 37.06º | 0.76% | 0.7% | - |
| XYZ | 26.24 | 24.55 | 5.55 | - |
| YUV | 131.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 42 | 0 | 0.29 | 0.76 | 0.30 | 37.06 | 0.62 | 0.43 |
| Hex | B2 | 7E | 2A | 0 | 1D | 4C | 1E | 25 | 3E | 2B |
| Octal | 262 | 176 | 52 | 0 | 35 | 114 | 36 | 45 | 76 | 53 |
| Binary | 10110010 | 1111110 | 101010 | 0 | 11101 | 1001100 | 11110 | 100101 | 111110 | 101011 |
Color Harmonies of #B27E2A
Complementary color
Monochromatic Colors of #B27E2A
Black with #B27E2A
Text Example
Text Example
White with #B27E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E2A; }
p { color: rgb(178,126,42); }
H1.HeaderClassName
{
color: #B27E2A;
}
.AnyTagClassName
{
color: #B27E2A;
}
</style>
background-color css
<style>
a { background-color: #B27E2A; }
a { background-color: rgb(178,126,42); }
div.DivClassName
{
background-color: #B27E2A;
}
.BgClassName
{
background-color: #B27E2A;
}
</style>
border-color css
<style>
span { border-color: #B27E2A; }
span { border-color: rgb(178,126,42); }
td.TdClassName
{
border-color: #B27E2A;
}
.TagClassName
{
border-color: #B27E2A;
}
</style>