Shades of Mai Tai #B06321
Tints of Mai Tai #B06321
RGB
CMYK
RGB Variations
Color information
#B06321 (or 0xB06321) is known color: Mai Tai. HEX triplet: B0, 63 and 21. RGB value is (176,99,33). Sum of RGB (Red+Green+Blue) = 176+99+33=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B06321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06321 is #4F9CDE. Grayscale: #727272. Windows color (decimal): -5217503 or 2188208. OLE color: 2188208.
HSL color Cylindrical-coordinate representation of color #B06321: hue angle of 27.69º 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 #B06321 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 33 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.31 |
| HSL | 27.69º | 0.68% | 0.41% | - |
| HSV(B) | 27.69º | 0.81% | 0.69% | - |
| XYZ | 22.64 | 18.26 | 3.77 | - |
| YUV | 114.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 33 | 0 | 0.44 | 0.81 | 0.31 | 27.69 | 0.68 | 0.41 |
| Hex | B0 | 63 | 21 | 0 | 2C | 51 | 1F | 1C | 44 | 29 |
| Octal | 260 | 143 | 41 | 0 | 54 | 121 | 37 | 34 | 104 | 51 |
| Binary | 10110000 | 1100011 | 100001 | 0 | 101100 | 1010001 | 11111 | 11100 | 1000100 | 101001 |
Color Harmonies of #B06321
Complementary color
Monochromatic Colors of #B06321
Black with #B06321
Text Example
Text Example
White with #B06321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06321; }
p { color: rgb(176,99,33); }
H1.HeaderClassName
{
color: #B06321;
}
.AnyTagClassName
{
color: #B06321;
}
</style>
background-color css
<style>
a { background-color: #B06321; }
a { background-color: rgb(176,99,33); }
div.DivClassName
{
background-color: #B06321;
}
.BgClassName
{
background-color: #B06321;
}
</style>
border-color css
<style>
span { border-color: #B06321; }
span { border-color: rgb(176,99,33); }
td.TdClassName
{
border-color: #B06321;
}
.TagClassName
{
border-color: #B06321;
}
</style>