Shades of Mai Tai #B06324
Tints of Mai Tai #B06324
RGB
CMYK
RGB Variations
Color information
#B06324 (or 0xB06324) is known color: Mai Tai. HEX triplet: B0, 63 and 24. RGB value is (176,99,36). Sum of RGB (Red+Green+Blue) = 176+99+36=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B06324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06324 is #4F9CDB. Grayscale: #737373. Windows color (decimal): -5217500 or 2384816. OLE color: 2384816.
HSL color Cylindrical-coordinate representation of color #B06324: hue angle of 27º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06324 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 36 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.31 |
| HSL | 27º | 0.66% | 0.42% | - |
| HSV(B) | 27º | 0.8% | 0.69% | - |
| XYZ | 22.68 | 18.28 | 4 | - |
| YUV | 114.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 36 | 0 | 0.44 | 0.80 | 0.31 | 27 | 0.66 | 0.42 |
| Hex | B0 | 63 | 24 | 0 | 2C | 50 | 1F | 1B | 42 | 2A |
| Octal | 260 | 143 | 44 | 0 | 54 | 120 | 37 | 33 | 102 | 52 |
| Binary | 10110000 | 1100011 | 100100 | 0 | 101100 | 1010000 | 11111 | 11011 | 1000010 | 101010 |
Color Harmonies of #B06324
Complementary color
Monochromatic Colors of #B06324
Black with #B06324
Text Example
Text Example
White with #B06324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06324; }
p { color: rgb(176,99,36); }
H1.HeaderClassName
{
color: #B06324;
}
.AnyTagClassName
{
color: #B06324;
}
</style>
background-color css
<style>
a { background-color: #B06324; }
a { background-color: rgb(176,99,36); }
div.DivClassName
{
background-color: #B06324;
}
.BgClassName
{
background-color: #B06324;
}
</style>
border-color css
<style>
span { border-color: #B06324; }
span { border-color: rgb(176,99,36); }
td.TdClassName
{
border-color: #B06324;
}
.TagClassName
{
border-color: #B06324;
}
</style>