Shades of Mai Tai #B06326
Tints of Mai Tai #B06326
RGB
CMYK
RGB Variations
Color information
#B06326 (or 0xB06326) is known color: Mai Tai. HEX triplet: B0, 63 and 26. RGB value is (176,99,38). Sum of RGB (Red+Green+Blue) = 176+99+38=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06326 is #4F9CD9. Grayscale: #737373. Windows color (decimal): -5217498 or 2515888. OLE color: 2515888.
HSL color Cylindrical-coordinate representation of color #B06326: hue angle of 26.52º 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 #B06326 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 38 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.31 |
| HSL | 26.52º | 0.64% | 0.42% | - |
| HSV(B) | 26.52º | 0.78% | 0.69% | - |
| XYZ | 22.72 | 18.29 | 4.17 | - |
| YUV | 115.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 38 | 0 | 0.44 | 0.78 | 0.31 | 26.52 | 0.64 | 0.42 |
| Hex | B0 | 63 | 26 | 0 | 2C | 4E | 1F | 1B | 40 | 2A |
| Octal | 260 | 143 | 46 | 0 | 54 | 116 | 37 | 33 | 100 | 52 |
| Binary | 10110000 | 1100011 | 100110 | 0 | 101100 | 1001110 | 11111 | 11011 | 1000000 | 101010 |
Color Harmonies of #B06326
Complementary color
Monochromatic Colors of #B06326
Black with #B06326
Text Example
Text Example
White with #B06326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06326; }
p { color: rgb(176,99,38); }
H1.HeaderClassName
{
color: #B06326;
}
.AnyTagClassName
{
color: #B06326;
}
</style>
background-color css
<style>
a { background-color: #B06326; }
a { background-color: rgb(176,99,38); }
div.DivClassName
{
background-color: #B06326;
}
.BgClassName
{
background-color: #B06326;
}
</style>
border-color css
<style>
span { border-color: #B06326; }
span { border-color: rgb(176,99,38); }
td.TdClassName
{
border-color: #B06326;
}
.TagClassName
{
border-color: #B06326;
}
</style>