Shades of Grenadier #BB463C
Tints of Grenadier #BB463C
RGB
CMYK
RGB Variations
Color information
#BB463C (or 0xBB463C) is known color: Grenadier. HEX triplet: BB, 46 and 3C. RGB value is (187,70,60). Sum of RGB (Red+Green+Blue) = 187+70+60=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB463C is #44B9C3. Grayscale: #686868. Windows color (decimal): -4504004 or 3950267. OLE color: 3950267.
HSL color Cylindrical-coordinate representation of color #BB463C: hue angle of 4.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB463C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 60 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.27 |
| HSL | 4.72º | 0.51% | 0.48% | - |
| HSV(B) | 4.72º | 0.68% | 0.73% | - |
| XYZ | 23.5 | 15.27 | 5.98 | - |
| YUV | 103.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 60 | 0 | 0.63 | 0.68 | 0.27 | 4.72 | 0.51 | 0.48 |
| Hex | BB | 46 | 3C | 0 | 3F | 44 | 1B | 5 | 33 | 30 |
| Octal | 273 | 106 | 74 | 0 | 77 | 104 | 33 | 5 | 63 | 60 |
| Binary | 10111011 | 1000110 | 111100 | 0 | 111111 | 1000100 | 11011 | 101 | 110011 | 110000 |
Color Harmonies of #BB463C
Complementary color
Monochromatic Colors of #BB463C
Black with #BB463C
Text Example
Text Example
White with #BB463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB463C; }
p { color: rgb(187,70,60); }
H1.HeaderClassName
{
color: #BB463C;
}
.AnyTagClassName
{
color: #BB463C;
}
</style>
background-color css
<style>
a { background-color: #BB463C; }
a { background-color: rgb(187,70,60); }
div.DivClassName
{
background-color: #BB463C;
}
.BgClassName
{
background-color: #BB463C;
}
</style>
border-color css
<style>
span { border-color: #BB463C; }
span { border-color: rgb(187,70,60); }
td.TdClassName
{
border-color: #BB463C;
}
.TagClassName
{
border-color: #BB463C;
}
</style>