Shades of Grenadier #BB472F
Tints of Grenadier #BB472F
RGB
CMYK
RGB Variations
Color information
#BB472F (or 0xBB472F) is known color: Grenadier. HEX triplet: BB, 47 and 2F. RGB value is (187,71,47). Sum of RGB (Red+Green+Blue) = 187+71+47=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB472F is #44B8D0. Grayscale: #676767. Windows color (decimal): -4503761 or 3098555. OLE color: 3098555.
HSL color Cylindrical-coordinate representation of color #BB472F: hue angle of 10.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB472F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.27 |
| HSL | 10.29º | 0.6% | 0.46% | - |
| HSV(B) | 10.29º | 0.75% | 0.73% | - |
| XYZ | 23.26 | 15.28 | 4.41 | - |
| YUV | 102.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 47 | 0 | 0.62 | 0.75 | 0.27 | 10.29 | 0.6 | 0.46 |
| Hex | BB | 47 | 2F | 0 | 3E | 4B | 1B | A | 3C | 2E |
| Octal | 273 | 107 | 57 | 0 | 76 | 113 | 33 | 12 | 74 | 56 |
| Binary | 10111011 | 1000111 | 101111 | 0 | 111110 | 1001011 | 11011 | 1010 | 111100 | 101110 |
Color Harmonies of #BB472F
Complementary color
Monochromatic Colors of #BB472F
Black with #BB472F
Text Example
Text Example
White with #BB472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB472F; }
p { color: rgb(187,71,47); }
H1.HeaderClassName
{
color: #BB472F;
}
.AnyTagClassName
{
color: #BB472F;
}
</style>
background-color css
<style>
a { background-color: #BB472F; }
a { background-color: rgb(187,71,47); }
div.DivClassName
{
background-color: #BB472F;
}
.BgClassName
{
background-color: #BB472F;
}
</style>
border-color css
<style>
span { border-color: #BB472F; }
span { border-color: rgb(187,71,47); }
td.TdClassName
{
border-color: #BB472F;
}
.TagClassName
{
border-color: #BB472F;
}
</style>