Shades of Grenadier #B84F34
Tints of Grenadier #B84F34
RGB
CMYK
RGB Variations
Color information
#B84F34 (or 0xB84F34) is known color: Grenadier. HEX triplet: B8, 4F and 34. RGB value is (184,79,52). Sum of RGB (Red+Green+Blue) = 184+79+52=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F34 is #47B0CB. Grayscale: #6B6B6B. Windows color (decimal): -4698316 or 3428280. OLE color: 3428280.
HSL color Cylindrical-coordinate representation of color #B84F34: hue angle of 12.27º 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 #B84F34 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 52 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.28 |
| HSL | 12.27º | 0.56% | 0.46% | - |
| HSV(B) | 12.27º | 0.72% | 0.72% | - |
| XYZ | 23.18 | 16.03 | 5.12 | - |
| YUV | 107.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 52 | 0 | 0.57 | 0.72 | 0.28 | 12.27 | 0.56 | 0.46 |
| Hex | B8 | 4F | 34 | 0 | 39 | 48 | 1C | C | 38 | 2E |
| Octal | 270 | 117 | 64 | 0 | 71 | 110 | 34 | 14 | 70 | 56 |
| Binary | 10111000 | 1001111 | 110100 | 0 | 111001 | 1001000 | 11100 | 1100 | 111000 | 101110 |
Color Harmonies of #B84F34
Complementary color
Monochromatic Colors of #B84F34
Black with #B84F34
Text Example
Text Example
White with #B84F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F34; }
p { color: rgb(184,79,52); }
H1.HeaderClassName
{
color: #B84F34;
}
.AnyTagClassName
{
color: #B84F34;
}
</style>
background-color css
<style>
a { background-color: #B84F34; }
a { background-color: rgb(184,79,52); }
div.DivClassName
{
background-color: #B84F34;
}
.BgClassName
{
background-color: #B84F34;
}
</style>
border-color css
<style>
span { border-color: #B84F34; }
span { border-color: rgb(184,79,52); }
td.TdClassName
{
border-color: #B84F34;
}
.TagClassName
{
border-color: #B84F34;
}
</style>