Shades of Grenadier #B8503E
Tints of Grenadier #B8503E
RGB
CMYK
RGB Variations
Color information
#B8503E (or 0xB8503E) is known color: Grenadier. HEX triplet: B8, 50 and 3E. RGB value is (184,80,62). Sum of RGB (Red+Green+Blue) = 184+80+62=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8503E is #47AFC1. Grayscale: #6D6D6D. Windows color (decimal): -4698050 or 4083896. OLE color: 4083896.
HSL color Cylindrical-coordinate representation of color #B8503E: hue angle of 8.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8503E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 62 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.28 |
| HSL | 8.85º | 0.5% | 0.48% | - |
| HSV(B) | 8.85º | 0.66% | 0.72% | - |
| XYZ | 23.51 | 16.28 | 6.46 | - |
| YUV | 109.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 62 | 0 | 0.57 | 0.66 | 0.28 | 8.85 | 0.5 | 0.48 |
| Hex | B8 | 50 | 3E | 0 | 39 | 42 | 1C | 9 | 32 | 30 |
| Octal | 270 | 120 | 76 | 0 | 71 | 102 | 34 | 11 | 62 | 60 |
| Binary | 10111000 | 1010000 | 111110 | 0 | 111001 | 1000010 | 11100 | 1001 | 110010 | 110000 |
Color Harmonies of #B8503E
Complementary color
Monochromatic Colors of #B8503E
Black with #B8503E
Text Example
Text Example
White with #B8503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8503E; }
p { color: rgb(184,80,62); }
H1.HeaderClassName
{
color: #B8503E;
}
.AnyTagClassName
{
color: #B8503E;
}
</style>
background-color css
<style>
a { background-color: #B8503E; }
a { background-color: rgb(184,80,62); }
div.DivClassName
{
background-color: #B8503E;
}
.BgClassName
{
background-color: #B8503E;
}
</style>
border-color css
<style>
span { border-color: #B8503E; }
span { border-color: rgb(184,80,62); }
td.TdClassName
{
border-color: #B8503E;
}
.TagClassName
{
border-color: #B8503E;
}
</style>