Shades of Grenadier #B8503C
Tints of Grenadier #B8503C
RGB
CMYK
RGB Variations
Color information
#B8503C (or 0xB8503C) is known color: Grenadier. HEX triplet: B8, 50 and 3C. RGB value is (184,80,60). Sum of RGB (Red+Green+Blue) = 184+80+60=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8503C is #47AFC3. Grayscale: #6C6C6C. Windows color (decimal): -4698052 or 3952824. OLE color: 3952824.
HSL color Cylindrical-coordinate representation of color #B8503C: hue angle of 9.68º degrees, saturation: 0.51, 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 #B8503C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 60 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.28 |
| HSL | 9.68º | 0.51% | 0.48% | - |
| HSV(B) | 9.68º | 0.67% | 0.72% | - |
| XYZ | 23.45 | 16.25 | 6.18 | - |
| YUV | 108.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 60 | 0 | 0.57 | 0.67 | 0.28 | 9.68 | 0.51 | 0.48 |
| Hex | B8 | 50 | 3C | 0 | 39 | 43 | 1C | A | 33 | 30 |
| Octal | 270 | 120 | 74 | 0 | 71 | 103 | 34 | 12 | 63 | 60 |
| Binary | 10111000 | 1010000 | 111100 | 0 | 111001 | 1000011 | 11100 | 1010 | 110011 | 110000 |
Color Harmonies of #B8503C
Complementary color
Monochromatic Colors of #B8503C
Black with #B8503C
Text Example
Text Example
White with #B8503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8503C; }
p { color: rgb(184,80,60); }
H1.HeaderClassName
{
color: #B8503C;
}
.AnyTagClassName
{
color: #B8503C;
}
</style>
background-color css
<style>
a { background-color: #B8503C; }
a { background-color: rgb(184,80,60); }
div.DivClassName
{
background-color: #B8503C;
}
.BgClassName
{
background-color: #B8503C;
}
</style>
border-color css
<style>
span { border-color: #B8503C; }
span { border-color: rgb(184,80,60); }
td.TdClassName
{
border-color: #B8503C;
}
.TagClassName
{
border-color: #B8503C;
}
</style>