Shades of Mandalay #B1752C
Tints of Mandalay #B1752C
RGB
CMYK
RGB Variations
Color information
#B1752C (or 0xB1752C) is known color: Mandalay. HEX triplet: B1, 75 and 2C. RGB value is (177,117,44). Sum of RGB (Red+Green+Blue) = 177+117+44=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1752C is #4E8AD3. Grayscale: #7E7E7E. Windows color (decimal): -5147348 or 2913713. OLE color: 2913713.
HSL color Cylindrical-coordinate representation of color #B1752C: hue angle of 32.93º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1752C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 44 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.31 |
| HSL | 32.93º | 0.6% | 0.43% | - |
| HSV(B) | 32.93º | 0.75% | 0.69% | - |
| XYZ | 24.95 | 22.25 | 5.36 | - |
| YUV | 126.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 44 | 0 | 0.34 | 0.75 | 0.31 | 32.93 | 0.6 | 0.43 |
| Hex | B1 | 75 | 2C | 0 | 22 | 4B | 1F | 21 | 3C | 2B |
| Octal | 261 | 165 | 54 | 0 | 42 | 113 | 37 | 41 | 74 | 53 |
| Binary | 10110001 | 1110101 | 101100 | 0 | 100010 | 1001011 | 11111 | 100001 | 111100 | 101011 |
Color Harmonies of #B1752C
Complementary color
Monochromatic Colors of #B1752C
Black with #B1752C
Text Example
Text Example
White with #B1752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1752C; }
p { color: rgb(177,117,44); }
H1.HeaderClassName
{
color: #B1752C;
}
.AnyTagClassName
{
color: #B1752C;
}
</style>
background-color css
<style>
a { background-color: #B1752C; }
a { background-color: rgb(177,117,44); }
div.DivClassName
{
background-color: #B1752C;
}
.BgClassName
{
background-color: #B1752C;
}
</style>
border-color css
<style>
span { border-color: #B1752C; }
span { border-color: rgb(177,117,44); }
td.TdClassName
{
border-color: #B1752C;
}
.TagClassName
{
border-color: #B1752C;
}
</style>