Shades of Grenadier #B84F3C
Tints of Grenadier #B84F3C
RGB
CMYK
RGB Variations
Color information
#B84F3C (or 0xB84F3C) is known color: Grenadier. HEX triplet: B8, 4F and 3C. RGB value is (184,79,60). Sum of RGB (Red+Green+Blue) = 184+79+60=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F3C is #47B0C3. Grayscale: #6C6C6C. Windows color (decimal): -4698308 or 3952568. OLE color: 3952568.
HSL color Cylindrical-coordinate representation of color #B84F3C: hue angle of 9.19º 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 #B84F3C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 60 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.28 |
| HSL | 9.19º | 0.51% | 0.48% | - |
| HSV(B) | 9.19º | 0.67% | 0.72% | - |
| XYZ | 23.38 | 16.11 | 6.15 | - |
| YUV | 108.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 60 | 0 | 0.57 | 0.67 | 0.28 | 9.19 | 0.51 | 0.48 |
| Hex | B8 | 4F | 3C | 0 | 39 | 43 | 1C | 9 | 33 | 30 |
| Octal | 270 | 117 | 74 | 0 | 71 | 103 | 34 | 11 | 63 | 60 |
| Binary | 10111000 | 1001111 | 111100 | 0 | 111001 | 1000011 | 11100 | 1001 | 110011 | 110000 |
Color Harmonies of #B84F3C
Complementary color
Monochromatic Colors of #B84F3C
Black with #B84F3C
Text Example
Text Example
White with #B84F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F3C; }
p { color: rgb(184,79,60); }
H1.HeaderClassName
{
color: #B84F3C;
}
.AnyTagClassName
{
color: #B84F3C;
}
</style>
background-color css
<style>
a { background-color: #B84F3C; }
a { background-color: rgb(184,79,60); }
div.DivClassName
{
background-color: #B84F3C;
}
.BgClassName
{
background-color: #B84F3C;
}
</style>
border-color css
<style>
span { border-color: #B84F3C; }
span { border-color: rgb(184,79,60); }
td.TdClassName
{
border-color: #B84F3C;
}
.TagClassName
{
border-color: #B84F3C;
}
</style>