Shades of Mandalay #B27D2D
Tints of Mandalay #B27D2D
RGB
CMYK
RGB Variations
Color information
#B27D2D (or 0xB27D2D) is known color: Mandalay. HEX triplet: B2, 7D and 2D. RGB value is (178,125,45). Sum of RGB (Red+Green+Blue) = 178+125+45=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D2D is #4D82D2. Grayscale: #848484. Windows color (decimal): -5079763 or 2981298. OLE color: 2981298.
HSL color Cylindrical-coordinate representation of color #B27D2D: hue angle of 36.09º 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 #B27D2D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 45 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.30 |
| HSL | 36.09º | 0.6% | 0.44% | - |
| HSV(B) | 36.09º | 0.75% | 0.7% | - |
| XYZ | 26.17 | 24.32 | 5.8 | - |
| YUV | 131.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 45 | 0 | 0.30 | 0.75 | 0.30 | 36.09 | 0.6 | 0.44 |
| Hex | B2 | 7D | 2D | 0 | 1E | 4B | 1E | 24 | 3C | 2C |
| Octal | 262 | 175 | 55 | 0 | 36 | 113 | 36 | 44 | 74 | 54 |
| Binary | 10110010 | 1111101 | 101101 | 0 | 11110 | 1001011 | 11110 | 100100 | 111100 | 101100 |
Color Harmonies of #B27D2D
Complementary color
Monochromatic Colors of #B27D2D
Black with #B27D2D
Text Example
Text Example
White with #B27D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D2D; }
p { color: rgb(178,125,45); }
H1.HeaderClassName
{
color: #B27D2D;
}
.AnyTagClassName
{
color: #B27D2D;
}
</style>
background-color css
<style>
a { background-color: #B27D2D; }
a { background-color: rgb(178,125,45); }
div.DivClassName
{
background-color: #B27D2D;
}
.BgClassName
{
background-color: #B27D2D;
}
</style>
border-color css
<style>
span { border-color: #B27D2D; }
span { border-color: rgb(178,125,45); }
td.TdClassName
{
border-color: #B27D2D;
}
.TagClassName
{
border-color: #B27D2D;
}
</style>