Shades of Mai Tai #B0632E
Tints of Mai Tai #B0632E
RGB
CMYK
RGB Variations
Color information
#B0632E (or 0xB0632E) is known color: Mai Tai. HEX triplet: B0, 63 and 2E. RGB value is (176,99,46). Sum of RGB (Red+Green+Blue) = 176+99+46=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0632E is #4F9CD1. Grayscale: #747474. Windows color (decimal): -5217490 or 3040176. OLE color: 3040176.
HSL color Cylindrical-coordinate representation of color #B0632E: hue angle of 24.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0632E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 46 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.31 |
| HSL | 24.46º | 0.59% | 0.44% | - |
| HSV(B) | 24.46º | 0.74% | 0.69% | - |
| XYZ | 22.86 | 18.35 | 4.92 | - |
| YUV | 115.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 46 | 0 | 0.44 | 0.74 | 0.31 | 24.46 | 0.59 | 0.44 |
| Hex | B0 | 63 | 2E | 0 | 2C | 4A | 1F | 18 | 3B | 2C |
| Octal | 260 | 143 | 56 | 0 | 54 | 112 | 37 | 30 | 73 | 54 |
| Binary | 10110000 | 1100011 | 101110 | 0 | 101100 | 1001010 | 11111 | 11000 | 111011 | 101100 |
Color Harmonies of #B0632E
Complementary color
Monochromatic Colors of #B0632E
Black with #B0632E
Text Example
Text Example
White with #B0632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0632E; }
p { color: rgb(176,99,46); }
H1.HeaderClassName
{
color: #B0632E;
}
.AnyTagClassName
{
color: #B0632E;
}
</style>
background-color css
<style>
a { background-color: #B0632E; }
a { background-color: rgb(176,99,46); }
div.DivClassName
{
background-color: #B0632E;
}
.BgClassName
{
background-color: #B0632E;
}
</style>
border-color css
<style>
span { border-color: #B0632E; }
span { border-color: rgb(176,99,46); }
td.TdClassName
{
border-color: #B0632E;
}
.TagClassName
{
border-color: #B0632E;
}
</style>