Shades of Mai Tai #B0632D
Tints of Mai Tai #B0632D
RGB
CMYK
RGB Variations
Color information
#B0632D (or 0xB0632D) is known color: Mai Tai. HEX triplet: B0, 63 and 2D. RGB value is (176,99,45). Sum of RGB (Red+Green+Blue) = 176+99+45=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0632D is #4F9CD2. Grayscale: #747474. Windows color (decimal): -5217491 or 2974640. OLE color: 2974640.
HSL color Cylindrical-coordinate representation of color #B0632D: hue angle of 24.73º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0632D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 45 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.31 |
| HSL | 24.73º | 0.59% | 0.43% | - |
| HSV(B) | 24.73º | 0.74% | 0.69% | - |
| XYZ | 22.84 | 18.34 | 4.82 | - |
| YUV | 115.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 45 | 0 | 0.44 | 0.74 | 0.31 | 24.73 | 0.59 | 0.43 |
| Hex | B0 | 63 | 2D | 0 | 2C | 4A | 1F | 19 | 3B | 2B |
| Octal | 260 | 143 | 55 | 0 | 54 | 112 | 37 | 31 | 73 | 53 |
| Binary | 10110000 | 1100011 | 101101 | 0 | 101100 | 1001010 | 11111 | 11001 | 111011 | 101011 |
Color Harmonies of #B0632D
Complementary color
Monochromatic Colors of #B0632D
Black with #B0632D
Text Example
Text Example
White with #B0632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0632D; }
p { color: rgb(176,99,45); }
H1.HeaderClassName
{
color: #B0632D;
}
.AnyTagClassName
{
color: #B0632D;
}
</style>
background-color css
<style>
a { background-color: #B0632D; }
a { background-color: rgb(176,99,45); }
div.DivClassName
{
background-color: #B0632D;
}
.BgClassName
{
background-color: #B0632D;
}
</style>
border-color css
<style>
span { border-color: #B0632D; }
span { border-color: rgb(176,99,45); }
td.TdClassName
{
border-color: #B0632D;
}
.TagClassName
{
border-color: #B0632D;
}
</style>