Shades of Mai Tai #B06322
Tints of Mai Tai #B06322
RGB
CMYK
RGB Variations
Color information
#B06322 (or 0xB06322) is known color: Mai Tai. HEX triplet: B0, 63 and 22. RGB value is (176,99,34). Sum of RGB (Red+Green+Blue) = 176+99+34=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06322 is #4F9CDD. Grayscale: #727272. Windows color (decimal): -5217502 or 2253744. OLE color: 2253744.
HSL color Cylindrical-coordinate representation of color #B06322: hue angle of 27.46º 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 #B06322 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 34 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.31 |
| HSL | 27.46º | 0.68% | 0.41% | - |
| HSV(B) | 27.46º | 0.81% | 0.69% | - |
| XYZ | 22.66 | 18.27 | 3.85 | - |
| YUV | 114.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 34 | 0 | 0.44 | 0.81 | 0.31 | 27.46 | 0.68 | 0.41 |
| Hex | B0 | 63 | 22 | 0 | 2C | 51 | 1F | 1B | 44 | 29 |
| Octal | 260 | 143 | 42 | 0 | 54 | 121 | 37 | 33 | 104 | 51 |
| Binary | 10110000 | 1100011 | 100010 | 0 | 101100 | 1010001 | 11111 | 11011 | 1000100 | 101001 |
Color Harmonies of #B06322
Complementary color
Monochromatic Colors of #B06322
Black with #B06322
Text Example
Text Example
White with #B06322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06322; }
p { color: rgb(176,99,34); }
H1.HeaderClassName
{
color: #B06322;
}
.AnyTagClassName
{
color: #B06322;
}
</style>
background-color css
<style>
a { background-color: #B06322; }
a { background-color: rgb(176,99,34); }
div.DivClassName
{
background-color: #B06322;
}
.BgClassName
{
background-color: #B06322;
}
</style>
border-color css
<style>
span { border-color: #B06322; }
span { border-color: rgb(176,99,34); }
td.TdClassName
{
border-color: #B06322;
}
.TagClassName
{
border-color: #B06322;
}
</style>