Shades of Grenadier #BB462B
Tints of Grenadier #BB462B
RGB
CMYK
RGB Variations
Color information
#BB462B (or 0xBB462B) is known color: Grenadier. HEX triplet: BB, 46 and 2B. RGB value is (187,70,43). Sum of RGB (Red+Green+Blue) = 187+70+43=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB462B is #44B9D4. Grayscale: #666666. Windows color (decimal): -4504021 or 2836155. OLE color: 2836155.
HSL color Cylindrical-coordinate representation of color #BB462B: hue angle of 11.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB462B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 43 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.27 |
| HSL | 11.25º | 0.63% | 0.45% | - |
| HSV(B) | 11.25º | 0.77% | 0.73% | - |
| XYZ | 23.12 | 15.12 | 3.99 | - |
| YUV | 101.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 43 | 0 | 0.63 | 0.77 | 0.27 | 11.25 | 0.63 | 0.45 |
| Hex | BB | 46 | 2B | 0 | 3F | 4D | 1B | B | 3F | 2D |
| Octal | 273 | 106 | 53 | 0 | 77 | 115 | 33 | 13 | 77 | 55 |
| Binary | 10111011 | 1000110 | 101011 | 0 | 111111 | 1001101 | 11011 | 1011 | 111111 | 101101 |
Color Harmonies of #BB462B
Complementary color
Monochromatic Colors of #BB462B
Black with #BB462B
Text Example
Text Example
White with #BB462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB462B; }
p { color: rgb(187,70,43); }
H1.HeaderClassName
{
color: #BB462B;
}
.AnyTagClassName
{
color: #BB462B;
}
</style>
background-color css
<style>
a { background-color: #BB462B; }
a { background-color: rgb(187,70,43); }
div.DivClassName
{
background-color: #BB462B;
}
.BgClassName
{
background-color: #BB462B;
}
</style>
border-color css
<style>
span { border-color: #BB462B; }
span { border-color: rgb(187,70,43); }
td.TdClassName
{
border-color: #BB462B;
}
.TagClassName
{
border-color: #BB462B;
}
</style>