Shades of Grenadier #B8492B
Tints of Grenadier #B8492B
RGB
CMYK
RGB Variations
Color information
#B8492B (or 0xB8492B) is known color: Grenadier. HEX triplet: B8, 49 and 2B. RGB value is (184,73,43). Sum of RGB (Red+Green+Blue) = 184+73+43=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8492B is #47B6D4. Grayscale: #676767. Windows color (decimal): -4699861 or 2836920. OLE color: 2836920.
HSL color Cylindrical-coordinate representation of color #B8492B: hue angle of 12.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8492B is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 43 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.28 |
| HSL | 12.77º | 0.62% | 0.45% | - |
| HSV(B) | 12.77º | 0.77% | 0.72% | - |
| XYZ | 22.59 | 15.13 | 4.02 | - |
| YUV | 102.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 43 | 0 | 0.60 | 0.77 | 0.28 | 12.77 | 0.62 | 0.45 |
| Hex | B8 | 49 | 2B | 0 | 3C | 4D | 1C | D | 3E | 2D |
| Octal | 270 | 111 | 53 | 0 | 74 | 115 | 34 | 15 | 76 | 55 |
| Binary | 10111000 | 1001001 | 101011 | 0 | 111100 | 1001101 | 11100 | 1101 | 111110 | 101101 |
Color Harmonies of #B8492B
Complementary color
Monochromatic Colors of #B8492B
Black with #B8492B
Text Example
Text Example
White with #B8492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8492B; }
p { color: rgb(184,73,43); }
H1.HeaderClassName
{
color: #B8492B;
}
.AnyTagClassName
{
color: #B8492B;
}
</style>
background-color css
<style>
a { background-color: #B8492B; }
a { background-color: rgb(184,73,43); }
div.DivClassName
{
background-color: #B8492B;
}
.BgClassName
{
background-color: #B8492B;
}
</style>
border-color css
<style>
span { border-color: #B8492B; }
span { border-color: rgb(184,73,43); }
td.TdClassName
{
border-color: #B8492B;
}
.TagClassName
{
border-color: #B8492B;
}
</style>