Shades of Grenadier #B84D3D
Tints of Grenadier #B84D3D
RGB
CMYK
RGB Variations
Color information
#B84D3D (or 0xB84D3D) is known color: Grenadier. HEX triplet: B8, 4D and 3D. RGB value is (184,77,61). Sum of RGB (Red+Green+Blue) = 184+77+61=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D3D is #47B2C2. Grayscale: #6B6B6B. Windows color (decimal): -4698819 or 4017592. OLE color: 4017592.
HSL color Cylindrical-coordinate representation of color #B84D3D: hue angle of 7.8º 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 #B84D3D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 61 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.28 |
| HSL | 7.8º | 0.5% | 0.48% | - |
| HSV(B) | 7.8º | 0.67% | 0.72% | - |
| XYZ | 23.26 | 15.84 | 6.25 | - |
| YUV | 107.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 61 | 0 | 0.58 | 0.67 | 0.28 | 7.8 | 0.5 | 0.48 |
| Hex | B8 | 4D | 3D | 0 | 3A | 43 | 1C | 8 | 32 | 30 |
| Octal | 270 | 115 | 75 | 0 | 72 | 103 | 34 | 10 | 62 | 60 |
| Binary | 10111000 | 1001101 | 111101 | 0 | 111010 | 1000011 | 11100 | 1000 | 110010 | 110000 |
Color Harmonies of #B84D3D
Complementary color
Monochromatic Colors of #B84D3D
Black with #B84D3D
Text Example
Text Example
White with #B84D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D3D; }
p { color: rgb(184,77,61); }
H1.HeaderClassName
{
color: #B84D3D;
}
.AnyTagClassName
{
color: #B84D3D;
}
</style>
background-color css
<style>
a { background-color: #B84D3D; }
a { background-color: rgb(184,77,61); }
div.DivClassName
{
background-color: #B84D3D;
}
.BgClassName
{
background-color: #B84D3D;
}
</style>
border-color css
<style>
span { border-color: #B84D3D; }
span { border-color: rgb(184,77,61); }
td.TdClassName
{
border-color: #B84D3D;
}
.TagClassName
{
border-color: #B84D3D;
}
</style>