Shades of Mai Tai #B0651B
Tints of Mai Tai #B0651B
RGB
CMYK
RGB Variations
Color information
#B0651B (or 0xB0651B) is known color: Mai Tai. HEX triplet: B0, 65 and 1B. RGB value is (176,101,27). Sum of RGB (Red+Green+Blue) = 176+101+27=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0651B is #4F9AE4. Grayscale: #737373. Windows color (decimal): -5216997 or 1795504. OLE color: 1795504.
HSL color Cylindrical-coordinate representation of color #B0651B: hue angle of 29.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0651B is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 27 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.31 |
| HSL | 29.8º | 0.73% | 0.4% | - |
| HSV(B) | 29.8º | 0.85% | 0.69% | - |
| XYZ | 22.76 | 18.62 | 3.43 | - |
| YUV | 114.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 27 | 0 | 0.43 | 0.85 | 0.31 | 29.8 | 0.73 | 0.4 |
| Hex | B0 | 65 | 1B | 0 | 2B | 55 | 1F | 1E | 49 | 28 |
| Octal | 260 | 145 | 33 | 0 | 53 | 125 | 37 | 36 | 111 | 50 |
| Binary | 10110000 | 1100101 | 11011 | 0 | 101011 | 1010101 | 11111 | 11110 | 1001001 | 101000 |
Color Harmonies of #B0651B
Complementary color
Monochromatic Colors of #B0651B
Black with #B0651B
Text Example
Text Example
White with #B0651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0651B; }
p { color: rgb(176,101,27); }
H1.HeaderClassName
{
color: #B0651B;
}
.AnyTagClassName
{
color: #B0651B;
}
</style>
background-color css
<style>
a { background-color: #B0651B; }
a { background-color: rgb(176,101,27); }
div.DivClassName
{
background-color: #B0651B;
}
.BgClassName
{
background-color: #B0651B;
}
</style>
border-color css
<style>
span { border-color: #B0651B; }
span { border-color: rgb(176,101,27); }
td.TdClassName
{
border-color: #B0651B;
}
.TagClassName
{
border-color: #B0651B;
}
</style>