Shades of Grenadier #B84E3C
Tints of Grenadier #B84E3C
RGB
CMYK
RGB Variations
Color information
#B84E3C (or 0xB84E3C) is known color: Grenadier. HEX triplet: B8, 4E and 3C. RGB value is (184,78,60). Sum of RGB (Red+Green+Blue) = 184+78+60=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84E3C is #47B1C3. Grayscale: #6B6B6B. Windows color (decimal): -4698564 or 3952312. OLE color: 3952312.
HSL color Cylindrical-coordinate representation of color #B84E3C: hue angle of 8.71º 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 #B84E3C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 60 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.28 |
| HSL | 8.71º | 0.51% | 0.48% | - |
| HSV(B) | 8.71º | 0.67% | 0.72% | - |
| XYZ | 23.31 | 15.97 | 6.13 | - |
| YUV | 107.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 60 | 0 | 0.58 | 0.67 | 0.28 | 8.71 | 0.51 | 0.48 |
| Hex | B8 | 4E | 3C | 0 | 3A | 43 | 1C | 9 | 33 | 30 |
| Octal | 270 | 116 | 74 | 0 | 72 | 103 | 34 | 11 | 63 | 60 |
| Binary | 10111000 | 1001110 | 111100 | 0 | 111010 | 1000011 | 11100 | 1001 | 110011 | 110000 |
Color Harmonies of #B84E3C
Complementary color
Monochromatic Colors of #B84E3C
Black with #B84E3C
Text Example
Text Example
White with #B84E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E3C; }
p { color: rgb(184,78,60); }
H1.HeaderClassName
{
color: #B84E3C;
}
.AnyTagClassName
{
color: #B84E3C;
}
</style>
background-color css
<style>
a { background-color: #B84E3C; }
a { background-color: rgb(184,78,60); }
div.DivClassName
{
background-color: #B84E3C;
}
.BgClassName
{
background-color: #B84E3C;
}
</style>
border-color css
<style>
span { border-color: #B84E3C; }
span { border-color: rgb(184,78,60); }
td.TdClassName
{
border-color: #B84E3C;
}
.TagClassName
{
border-color: #B84E3C;
}
</style>