Shades of Mai Tai #B06226
Tints of Mai Tai #B06226
RGB
CMYK
RGB Variations
Color information
#B06226 (or 0xB06226) is known color: Mai Tai. HEX triplet: B0, 62 and 26. RGB value is (176,98,38). Sum of RGB (Red+Green+Blue) = 176+98+38=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06226 is #4F9DD9. Grayscale: #727272. Windows color (decimal): -5217754 or 2515632. OLE color: 2515632.
HSL color Cylindrical-coordinate representation of color #B06226: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06226 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 38 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.31 |
| HSL | 26.09º | 0.64% | 0.42% | - |
| HSV(B) | 26.09º | 0.78% | 0.69% | - |
| XYZ | 22.62 | 18.11 | 4.14 | - |
| YUV | 114.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 38 | 0 | 0.44 | 0.78 | 0.31 | 26.09 | 0.64 | 0.42 |
| Hex | B0 | 62 | 26 | 0 | 2C | 4E | 1F | 1A | 40 | 2A |
| Octal | 260 | 142 | 46 | 0 | 54 | 116 | 37 | 32 | 100 | 52 |
| Binary | 10110000 | 1100010 | 100110 | 0 | 101100 | 1001110 | 11111 | 11010 | 1000000 | 101010 |
Color Harmonies of #B06226
Complementary color
Monochromatic Colors of #B06226
Black with #B06226
Text Example
Text Example
White with #B06226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06226; }
p { color: rgb(176,98,38); }
H1.HeaderClassName
{
color: #B06226;
}
.AnyTagClassName
{
color: #B06226;
}
</style>
background-color css
<style>
a { background-color: #B06226; }
a { background-color: rgb(176,98,38); }
div.DivClassName
{
background-color: #B06226;
}
.BgClassName
{
background-color: #B06226;
}
</style>
border-color css
<style>
span { border-color: #B06226; }
span { border-color: rgb(176,98,38); }
td.TdClassName
{
border-color: #B06226;
}
.TagClassName
{
border-color: #B06226;
}
</style>