Shades of Mai Tai #B0631C
Tints of Mai Tai #B0631C
RGB
CMYK
RGB Variations
Color information
#B0631C (or 0xB0631C) is known color: Mai Tai. HEX triplet: B0, 63 and 1C. RGB value is (176,99,28). Sum of RGB (Red+Green+Blue) = 176+99+28=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0631C is #4F9CE3. Grayscale: #727272. Windows color (decimal): -5217508 or 1860528. OLE color: 1860528.
HSL color Cylindrical-coordinate representation of color #B0631C: hue angle of 28.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0631C is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 28 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.31 |
| HSL | 28.78º | 0.73% | 0.4% | - |
| HSV(B) | 28.78º | 0.84% | 0.69% | - |
| XYZ | 22.58 | 18.24 | 3.43 | - |
| YUV | 113.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 28 | 0 | 0.44 | 0.84 | 0.31 | 28.78 | 0.73 | 0.4 |
| Hex | B0 | 63 | 1C | 0 | 2C | 54 | 1F | 1D | 49 | 28 |
| Octal | 260 | 143 | 34 | 0 | 54 | 124 | 37 | 35 | 111 | 50 |
| Binary | 10110000 | 1100011 | 11100 | 0 | 101100 | 1010100 | 11111 | 11101 | 1001001 | 101000 |
Color Harmonies of #B0631C
Complementary color
Monochromatic Colors of #B0631C
Black with #B0631C
Text Example
Text Example
White with #B0631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0631C; }
p { color: rgb(176,99,28); }
H1.HeaderClassName
{
color: #B0631C;
}
.AnyTagClassName
{
color: #B0631C;
}
</style>
background-color css
<style>
a { background-color: #B0631C; }
a { background-color: rgb(176,99,28); }
div.DivClassName
{
background-color: #B0631C;
}
.BgClassName
{
background-color: #B0631C;
}
</style>
border-color css
<style>
span { border-color: #B0631C; }
span { border-color: rgb(176,99,28); }
td.TdClassName
{
border-color: #B0631C;
}
.TagClassName
{
border-color: #B0631C;
}
</style>