Shades of Grenadier #B84833
Tints of Grenadier #B84833
RGB
CMYK
RGB Variations
Color information
#B84833 (or 0xB84833) is known color: Grenadier. HEX triplet: B8, 48 and 33. RGB value is (184,72,51). Sum of RGB (Red+Green+Blue) = 184+72+51=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B84833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84833 is #47B7CC. Grayscale: #676767. Windows color (decimal): -4700109 or 3360952. OLE color: 3360952.
HSL color Cylindrical-coordinate representation of color #B84833: hue angle of 9.47º degrees, saturation: 0.57, 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 #B84833 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 51 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.28 |
| HSL | 9.47º | 0.57% | 0.46% | - |
| HSV(B) | 9.47º | 0.72% | 0.72% | - |
| XYZ | 22.68 | 15.06 | 4.84 | - |
| YUV | 103.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 51 | 0 | 0.61 | 0.72 | 0.28 | 9.47 | 0.57 | 0.46 |
| Hex | B8 | 48 | 33 | 0 | 3D | 48 | 1C | 9 | 39 | 2E |
| Octal | 270 | 110 | 63 | 0 | 75 | 110 | 34 | 11 | 71 | 56 |
| Binary | 10111000 | 1001000 | 110011 | 0 | 111101 | 1001000 | 11100 | 1001 | 111001 | 101110 |
Color Harmonies of #B84833
Complementary color
Monochromatic Colors of #B84833
Black with #B84833
Text Example
Text Example
White with #B84833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84833; }
p { color: rgb(184,72,51); }
H1.HeaderClassName
{
color: #B84833;
}
.AnyTagClassName
{
color: #B84833;
}
</style>
background-color css
<style>
a { background-color: #B84833; }
a { background-color: rgb(184,72,51); }
div.DivClassName
{
background-color: #B84833;
}
.BgClassName
{
background-color: #B84833;
}
</style>
border-color css
<style>
span { border-color: #B84833; }
span { border-color: rgb(184,72,51); }
td.TdClassName
{
border-color: #B84833;
}
.TagClassName
{
border-color: #B84833;
}
</style>