Shades of Mandalay #B1742B
Tints of Mandalay #B1742B
RGB
CMYK
RGB Variations
Color information
#B1742B (or 0xB1742B) is known color: Mandalay. HEX triplet: B1, 74 and 2B. RGB value is (177,116,43). Sum of RGB (Red+Green+Blue) = 177+116+43=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1742B is #4E8BD4. Grayscale: #7E7E7E. Windows color (decimal): -5147605 or 2847921. OLE color: 2847921.
HSL color Cylindrical-coordinate representation of color #B1742B: hue angle of 32.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1742B is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 43 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.31 |
| HSL | 32.69º | 0.61% | 0.43% | - |
| HSV(B) | 32.69º | 0.76% | 0.69% | - |
| XYZ | 24.81 | 22.01 | 5.23 | - |
| YUV | 125.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 43 | 0 | 0.34 | 0.76 | 0.31 | 32.69 | 0.61 | 0.43 |
| Hex | B1 | 74 | 2B | 0 | 22 | 4C | 1F | 21 | 3D | 2B |
| Octal | 261 | 164 | 53 | 0 | 42 | 114 | 37 | 41 | 75 | 53 |
| Binary | 10110001 | 1110100 | 101011 | 0 | 100010 | 1001100 | 11111 | 100001 | 111101 | 101011 |
Color Harmonies of #B1742B
Complementary color
Monochromatic Colors of #B1742B
Black with #B1742B
Text Example
Text Example
White with #B1742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1742B; }
p { color: rgb(177,116,43); }
H1.HeaderClassName
{
color: #B1742B;
}
.AnyTagClassName
{
color: #B1742B;
}
</style>
background-color css
<style>
a { background-color: #B1742B; }
a { background-color: rgb(177,116,43); }
div.DivClassName
{
background-color: #B1742B;
}
.BgClassName
{
background-color: #B1742B;
}
</style>
border-color css
<style>
span { border-color: #B1742B; }
span { border-color: rgb(177,116,43); }
td.TdClassName
{
border-color: #B1742B;
}
.TagClassName
{
border-color: #B1742B;
}
</style>