Shades of Grenadier #B7482D
Tints of Grenadier #B7482D
RGB
CMYK
RGB Variations
Color information
#B7482D (or 0xB7482D) is known color: Grenadier. HEX triplet: B7, 48 and 2D. RGB value is (183,72,45). Sum of RGB (Red+Green+Blue) = 183+72+45=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7482D is #48B7D2. Grayscale: #666666. Windows color (decimal): -4765651 or 2967735. OLE color: 2967735.
HSL color Cylindrical-coordinate representation of color #B7482D: hue angle of 11.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7482D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 45 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.28 |
| HSL | 11.74º | 0.61% | 0.45% | - |
| HSV(B) | 11.74º | 0.75% | 0.72% | - |
| XYZ | 22.32 | 14.89 | 4.18 | - |
| YUV | 102.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 45 | 0 | 0.61 | 0.75 | 0.28 | 11.74 | 0.61 | 0.45 |
| Hex | B7 | 48 | 2D | 0 | 3D | 4B | 1C | C | 3D | 2D |
| Octal | 267 | 110 | 55 | 0 | 75 | 113 | 34 | 14 | 75 | 55 |
| Binary | 10110111 | 1001000 | 101101 | 0 | 111101 | 1001011 | 11100 | 1100 | 111101 | 101101 |
Color Harmonies of #B7482D
Complementary color
Monochromatic Colors of #B7482D
Black with #B7482D
Text Example
Text Example
White with #B7482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7482D; }
p { color: rgb(183,72,45); }
H1.HeaderClassName
{
color: #B7482D;
}
.AnyTagClassName
{
color: #B7482D;
}
</style>
background-color css
<style>
a { background-color: #B7482D; }
a { background-color: rgb(183,72,45); }
div.DivClassName
{
background-color: #B7482D;
}
.BgClassName
{
background-color: #B7482D;
}
</style>
border-color css
<style>
span { border-color: #B7482D; }
span { border-color: rgb(183,72,45); }
td.TdClassName
{
border-color: #B7482D;
}
.TagClassName
{
border-color: #B7482D;
}
</style>