Shades of Mai Tai #B0631B
Tints of Mai Tai #B0631B
RGB
CMYK
RGB Variations
Color information
#B0631B (or 0xB0631B) is known color: Mai Tai. HEX triplet: B0, 63 and 1B. RGB value is (176,99,27). Sum of RGB (Red+Green+Blue) = 176+99+27=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0631B is #4F9CE4. Grayscale: #727272. Windows color (decimal): -5217509 or 1794992. OLE color: 1794992.
HSL color Cylindrical-coordinate representation of color #B0631B: hue angle of 28.99º 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 #B0631B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 27 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.31 |
| HSL | 28.99º | 0.73% | 0.4% | - |
| HSV(B) | 28.99º | 0.85% | 0.69% | - |
| XYZ | 22.56 | 18.23 | 3.37 | - |
| YUV | 113.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 27 | 0 | 0.44 | 0.85 | 0.31 | 28.99 | 0.73 | 0.4 |
| Hex | B0 | 63 | 1B | 0 | 2C | 55 | 1F | 1D | 49 | 28 |
| Octal | 260 | 143 | 33 | 0 | 54 | 125 | 37 | 35 | 111 | 50 |
| Binary | 10110000 | 1100011 | 11011 | 0 | 101100 | 1010101 | 11111 | 11101 | 1001001 | 101000 |
Color Harmonies of #B0631B
Complementary color
Monochromatic Colors of #B0631B
Black with #B0631B
Text Example
Text Example
White with #B0631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0631B; }
p { color: rgb(176,99,27); }
H1.HeaderClassName
{
color: #B0631B;
}
.AnyTagClassName
{
color: #B0631B;
}
</style>
background-color css
<style>
a { background-color: #B0631B; }
a { background-color: rgb(176,99,27); }
div.DivClassName
{
background-color: #B0631B;
}
.BgClassName
{
background-color: #B0631B;
}
</style>
border-color css
<style>
span { border-color: #B0631B; }
span { border-color: rgb(176,99,27); }
td.TdClassName
{
border-color: #B0631B;
}
.TagClassName
{
border-color: #B0631B;
}
</style>