Shades of Mandalay #B17F23
Tints of Mandalay #B17F23
RGB
CMYK
RGB Variations
Color information
#B17F23 (or 0xB17F23) is known color: Mandalay. HEX triplet: B1, 7F and 23. RGB value is (177,127,35). Sum of RGB (Red+Green+Blue) = 177+127+35=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F23 is #4E80DC. Grayscale: #838383. Windows color (decimal): -5144797 or 2326449. OLE color: 2326449.
HSL color Cylindrical-coordinate representation of color #B17F23: hue angle of 38.87º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17F23 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 35 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.31 |
| HSL | 38.87º | 0.67% | 0.42% | - |
| HSV(B) | 38.87º | 0.8% | 0.69% | - |
| XYZ | 26.02 | 24.65 | 4.98 | - |
| YUV | 131.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 35 | 0 | 0.28 | 0.80 | 0.31 | 38.87 | 0.67 | 0.42 |
| Hex | B1 | 7F | 23 | 0 | 1C | 50 | 1F | 27 | 43 | 2A |
| Octal | 261 | 177 | 43 | 0 | 34 | 120 | 37 | 47 | 103 | 52 |
| Binary | 10110001 | 1111111 | 100011 | 0 | 11100 | 1010000 | 11111 | 100111 | 1000011 | 101010 |
Color Harmonies of #B17F23
Complementary color
Monochromatic Colors of #B17F23
Black with #B17F23
Text Example
Text Example
White with #B17F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F23; }
p { color: rgb(177,127,35); }
H1.HeaderClassName
{
color: #B17F23;
}
.AnyTagClassName
{
color: #B17F23;
}
</style>
background-color css
<style>
a { background-color: #B17F23; }
a { background-color: rgb(177,127,35); }
div.DivClassName
{
background-color: #B17F23;
}
.BgClassName
{
background-color: #B17F23;
}
</style>
border-color css
<style>
span { border-color: #B17F23; }
span { border-color: rgb(177,127,35); }
td.TdClassName
{
border-color: #B17F23;
}
.TagClassName
{
border-color: #B17F23;
}
</style>