Shades of Mai Tai #B06222
Tints of Mai Tai #B06222
RGB
CMYK
RGB Variations
Color information
#B06222 (or 0xB06222) is known color: Mai Tai. HEX triplet: B0, 62 and 22. RGB value is (176,98,34). Sum of RGB (Red+Green+Blue) = 176+98+34=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B06222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06222 is #4F9DDD. Grayscale: #727272. Windows color (decimal): -5217758 or 2253488. OLE color: 2253488.
HSL color Cylindrical-coordinate representation of color #B06222: hue angle of 27.04º degrees, saturation: 0.68, 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 #B06222 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 34 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.31 |
| HSL | 27.04º | 0.68% | 0.41% | - |
| HSV(B) | 27.04º | 0.81% | 0.69% | - |
| XYZ | 22.56 | 18.08 | 3.81 | - |
| YUV | 114.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 34 | 0 | 0.44 | 0.81 | 0.31 | 27.04 | 0.68 | 0.41 |
| Hex | B0 | 62 | 22 | 0 | 2C | 51 | 1F | 1B | 44 | 29 |
| Octal | 260 | 142 | 42 | 0 | 54 | 121 | 37 | 33 | 104 | 51 |
| Binary | 10110000 | 1100010 | 100010 | 0 | 101100 | 1010001 | 11111 | 11011 | 1000100 | 101001 |
Color Harmonies of #B06222
Complementary color
Monochromatic Colors of #B06222
Black with #B06222
Text Example
Text Example
White with #B06222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06222; }
p { color: rgb(176,98,34); }
H1.HeaderClassName
{
color: #B06222;
}
.AnyTagClassName
{
color: #B06222;
}
</style>
background-color css
<style>
a { background-color: #B06222; }
a { background-color: rgb(176,98,34); }
div.DivClassName
{
background-color: #B06222;
}
.BgClassName
{
background-color: #B06222;
}
</style>
border-color css
<style>
span { border-color: #B06222; }
span { border-color: rgb(176,98,34); }
td.TdClassName
{
border-color: #B06222;
}
.TagClassName
{
border-color: #B06222;
}
</style>