Shades of Grenadier #B84734
Tints of Grenadier #B84734
RGB
CMYK
RGB Variations
Color information
#B84734 (or 0xB84734) is known color: Grenadier. HEX triplet: B8, 47 and 34. RGB value is (184,71,52). Sum of RGB (Red+Green+Blue) = 184+71+52=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B84734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84734 is #47B8CB. Grayscale: #666666. Windows color (decimal): -4700364 or 3426232. OLE color: 3426232.
HSL color Cylindrical-coordinate representation of color #B84734: hue angle of 8.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B84734 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 52 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.28 |
| HSL | 8.64º | 0.56% | 0.46% | - |
| HSV(B) | 8.64º | 0.72% | 0.72% | - |
| XYZ | 22.64 | 14.94 | 4.94 | - |
| YUV | 102.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 52 | 0 | 0.61 | 0.72 | 0.28 | 8.64 | 0.56 | 0.46 |
| Hex | B8 | 47 | 34 | 0 | 3D | 48 | 1C | 9 | 38 | 2E |
| Octal | 270 | 107 | 64 | 0 | 75 | 110 | 34 | 11 | 70 | 56 |
| Binary | 10111000 | 1000111 | 110100 | 0 | 111101 | 1001000 | 11100 | 1001 | 111000 | 101110 |
Color Harmonies of #B84734
Complementary color
Monochromatic Colors of #B84734
Black with #B84734
Text Example
Text Example
White with #B84734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84734; }
p { color: rgb(184,71,52); }
H1.HeaderClassName
{
color: #B84734;
}
.AnyTagClassName
{
color: #B84734;
}
</style>
background-color css
<style>
a { background-color: #B84734; }
a { background-color: rgb(184,71,52); }
div.DivClassName
{
background-color: #B84734;
}
.BgClassName
{
background-color: #B84734;
}
</style>
border-color css
<style>
span { border-color: #B84734; }
span { border-color: rgb(184,71,52); }
td.TdClassName
{
border-color: #B84734;
}
.TagClassName
{
border-color: #B84734;
}
</style>