Shades of Grenadier #B84D3C
Tints of Grenadier #B84D3C
RGB
CMYK
RGB Variations
Color information
#B84D3C (or 0xB84D3C) is known color: Grenadier. HEX triplet: B8, 4D and 3C. RGB value is (184,77,60). Sum of RGB (Red+Green+Blue) = 184+77+60=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D3C is #47B2C3. Grayscale: #6B6B6B. Windows color (decimal): -4698820 or 3952056. OLE color: 3952056.
HSL color Cylindrical-coordinate representation of color #B84D3C: hue angle of 8.23º 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 #B84D3C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 60 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.28 |
| HSL | 8.23º | 0.51% | 0.48% | - |
| HSV(B) | 8.23º | 0.67% | 0.72% | - |
| XYZ | 23.24 | 15.82 | 6.1 | - |
| YUV | 107.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 60 | 0 | 0.58 | 0.67 | 0.28 | 8.23 | 0.51 | 0.48 |
| Hex | B8 | 4D | 3C | 0 | 3A | 43 | 1C | 8 | 33 | 30 |
| Octal | 270 | 115 | 74 | 0 | 72 | 103 | 34 | 10 | 63 | 60 |
| Binary | 10111000 | 1001101 | 111100 | 0 | 111010 | 1000011 | 11100 | 1000 | 110011 | 110000 |
Color Harmonies of #B84D3C
Complementary color
Monochromatic Colors of #B84D3C
Black with #B84D3C
Text Example
Text Example
White with #B84D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D3C; }
p { color: rgb(184,77,60); }
H1.HeaderClassName
{
color: #B84D3C;
}
.AnyTagClassName
{
color: #B84D3C;
}
</style>
background-color css
<style>
a { background-color: #B84D3C; }
a { background-color: rgb(184,77,60); }
div.DivClassName
{
background-color: #B84D3C;
}
.BgClassName
{
background-color: #B84D3C;
}
</style>
border-color css
<style>
span { border-color: #B84D3C; }
span { border-color: rgb(184,77,60); }
td.TdClassName
{
border-color: #B84D3C;
}
.TagClassName
{
border-color: #B84D3C;
}
</style>