Shades of Mai Tai #B16421
Tints of Mai Tai #B16421
RGB
CMYK
RGB Variations
Color information
#B16421 (or 0xB16421) is known color: Mai Tai. HEX triplet: B1, 64 and 21. RGB value is (177,100,33). Sum of RGB (Red+Green+Blue) = 177+100+33=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B16421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16421 is #4E9BDE. Grayscale: #737373. Windows color (decimal): -5151711 or 2188465. OLE color: 2188465.
HSL color Cylindrical-coordinate representation of color #B16421: hue angle of 27.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16421 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 33 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.31 |
| HSL | 27.92º | 0.69% | 0.41% | - |
| HSV(B) | 27.92º | 0.81% | 0.69% | - |
| XYZ | 22.96 | 18.57 | 3.81 | - |
| YUV | 115.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 33 | 0 | 0.44 | 0.81 | 0.31 | 27.92 | 0.69 | 0.41 |
| Hex | B1 | 64 | 21 | 0 | 2C | 51 | 1F | 1C | 45 | 29 |
| Octal | 261 | 144 | 41 | 0 | 54 | 121 | 37 | 34 | 105 | 51 |
| Binary | 10110001 | 1100100 | 100001 | 0 | 101100 | 1010001 | 11111 | 11100 | 1000101 | 101001 |
Color Harmonies of #B16421
Complementary color
Monochromatic Colors of #B16421
Black with #B16421
Text Example
Text Example
White with #B16421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16421; }
p { color: rgb(177,100,33); }
H1.HeaderClassName
{
color: #B16421;
}
.AnyTagClassName
{
color: #B16421;
}
</style>
background-color css
<style>
a { background-color: #B16421; }
a { background-color: rgb(177,100,33); }
div.DivClassName
{
background-color: #B16421;
}
.BgClassName
{
background-color: #B16421;
}
</style>
border-color css
<style>
span { border-color: #B16421; }
span { border-color: rgb(177,100,33); }
td.TdClassName
{
border-color: #B16421;
}
.TagClassName
{
border-color: #B16421;
}
</style>