Shades of Mandalay #B27D20
Tints of Mandalay #B27D20
RGB
CMYK
RGB Variations
Color information
#B27D20 (or 0xB27D20) is known color: Mandalay. HEX triplet: B2, 7D and 20. RGB value is (178,125,32). Sum of RGB (Red+Green+Blue) = 178+125+32=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D20 is #4D82DF. Grayscale: #828282. Windows color (decimal): -5079776 or 2129330. OLE color: 2129330.
HSL color Cylindrical-coordinate representation of color #B27D20: hue angle of 38.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B27D20 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.30 |
| HSL | 38.22º | 0.7% | 0.41% | - |
| HSV(B) | 38.22º | 0.82% | 0.7% | - |
| XYZ | 25.95 | 24.24 | 4.68 | - |
| YUV | 130.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 32 | 0 | 0.30 | 0.82 | 0.30 | 38.22 | 0.7 | 0.41 |
| Hex | B2 | 7D | 20 | 0 | 1E | 52 | 1E | 26 | 46 | 29 |
| Octal | 262 | 175 | 40 | 0 | 36 | 122 | 36 | 46 | 106 | 51 |
| Binary | 10110010 | 1111101 | 100000 | 0 | 11110 | 1010010 | 11110 | 100110 | 1000110 | 101001 |
Color Harmonies of #B27D20
Complementary color
Monochromatic Colors of #B27D20
Black with #B27D20
Text Example
Text Example
White with #B27D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D20; }
p { color: rgb(178,125,32); }
H1.HeaderClassName
{
color: #B27D20;
}
.AnyTagClassName
{
color: #B27D20;
}
</style>
background-color css
<style>
a { background-color: #B27D20; }
a { background-color: rgb(178,125,32); }
div.DivClassName
{
background-color: #B27D20;
}
.BgClassName
{
background-color: #B27D20;
}
</style>
border-color css
<style>
span { border-color: #B27D20; }
span { border-color: rgb(178,125,32); }
td.TdClassName
{
border-color: #B27D20;
}
.TagClassName
{
border-color: #B27D20;
}
</style>