Shades of Mai Tai #B06622
Tints of Mai Tai #B06622
RGB
CMYK
RGB Variations
Color information
#B06622 (or 0xB06622) is known color: Mai Tai. HEX triplet: B0, 66 and 22. RGB value is (176,102,34). Sum of RGB (Red+Green+Blue) = 176+102+34=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06622 is #4F99DD. Grayscale: #747474. Windows color (decimal): -5216734 or 2254512. OLE color: 2254512.
HSL color Cylindrical-coordinate representation of color #B06622: hue angle of 28.73º 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 #B06622 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 34 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.31 |
| HSL | 28.73º | 0.68% | 0.41% | - |
| HSV(B) | 28.73º | 0.81% | 0.69% | - |
| XYZ | 22.94 | 18.85 | 3.94 | - |
| YUV | 116.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 34 | 0 | 0.42 | 0.81 | 0.31 | 28.73 | 0.68 | 0.41 |
| Hex | B0 | 66 | 22 | 0 | 2A | 51 | 1F | 1D | 44 | 29 |
| Octal | 260 | 146 | 42 | 0 | 52 | 121 | 37 | 35 | 104 | 51 |
| Binary | 10110000 | 1100110 | 100010 | 0 | 101010 | 1010001 | 11111 | 11101 | 1000100 | 101001 |
Color Harmonies of #B06622
Complementary color
Monochromatic Colors of #B06622
Black with #B06622
Text Example
Text Example
White with #B06622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06622; }
p { color: rgb(176,102,34); }
H1.HeaderClassName
{
color: #B06622;
}
.AnyTagClassName
{
color: #B06622;
}
</style>
background-color css
<style>
a { background-color: #B06622; }
a { background-color: rgb(176,102,34); }
div.DivClassName
{
background-color: #B06622;
}
.BgClassName
{
background-color: #B06622;
}
</style>
border-color css
<style>
span { border-color: #B06622; }
span { border-color: rgb(176,102,34); }
td.TdClassName
{
border-color: #B06622;
}
.TagClassName
{
border-color: #B06622;
}
</style>