Shades of Grenadier #B8503D
Tints of Grenadier #B8503D
RGB
CMYK
RGB Variations
Color information
#B8503D (or 0xB8503D) is known color: Grenadier. HEX triplet: B8, 50 and 3D. RGB value is (184,80,61). Sum of RGB (Red+Green+Blue) = 184+80+61=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8503D is #47AFC2. Grayscale: #6D6D6D. Windows color (decimal): -4698051 or 4018360. OLE color: 4018360.
HSL color Cylindrical-coordinate representation of color #B8503D: hue angle of 9.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8503D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 61 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.28 |
| HSL | 9.27º | 0.5% | 0.48% | - |
| HSV(B) | 9.27º | 0.67% | 0.72% | - |
| XYZ | 23.48 | 16.26 | 6.32 | - |
| YUV | 108.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 61 | 0 | 0.57 | 0.67 | 0.28 | 9.27 | 0.5 | 0.48 |
| Hex | B8 | 50 | 3D | 0 | 39 | 43 | 1C | 9 | 32 | 30 |
| Octal | 270 | 120 | 75 | 0 | 71 | 103 | 34 | 11 | 62 | 60 |
| Binary | 10111000 | 1010000 | 111101 | 0 | 111001 | 1000011 | 11100 | 1001 | 110010 | 110000 |
Color Harmonies of #B8503D
Complementary color
Monochromatic Colors of #B8503D
Black with #B8503D
Text Example
Text Example
White with #B8503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8503D; }
p { color: rgb(184,80,61); }
H1.HeaderClassName
{
color: #B8503D;
}
.AnyTagClassName
{
color: #B8503D;
}
</style>
background-color css
<style>
a { background-color: #B8503D; }
a { background-color: rgb(184,80,61); }
div.DivClassName
{
background-color: #B8503D;
}
.BgClassName
{
background-color: #B8503D;
}
</style>
border-color css
<style>
span { border-color: #B8503D; }
span { border-color: rgb(184,80,61); }
td.TdClassName
{
border-color: #B8503D;
}
.TagClassName
{
border-color: #B8503D;
}
</style>