Shades of Grenadier #BB483B
Tints of Grenadier #BB483B
RGB
CMYK
RGB Variations
Color information
#BB483B (or 0xBB483B) is known color: Grenadier. HEX triplet: BB, 48 and 3B. RGB value is (187,72,59). Sum of RGB (Red+Green+Blue) = 187+72+59=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB483B is #44B7C4. Grayscale: #696969. Windows color (decimal): -4503493 or 3885243. OLE color: 3885243.
HSL color Cylindrical-coordinate representation of color #BB483B: hue angle of 6.09º degrees, saturation: 0.52, 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 #BB483B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 59 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.27 |
| HSL | 6.09º | 0.52% | 0.48% | - |
| HSV(B) | 6.09º | 0.68% | 0.73% | - |
| XYZ | 23.6 | 15.52 | 5.89 | - |
| YUV | 104.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 59 | 0 | 0.61 | 0.68 | 0.27 | 6.09 | 0.52 | 0.48 |
| Hex | BB | 48 | 3B | 0 | 3D | 44 | 1B | 6 | 34 | 30 |
| Octal | 273 | 110 | 73 | 0 | 75 | 104 | 33 | 6 | 64 | 60 |
| Binary | 10111011 | 1001000 | 111011 | 0 | 111101 | 1000100 | 11011 | 110 | 110100 | 110000 |
Color Harmonies of #BB483B
Complementary color
Monochromatic Colors of #BB483B
Black with #BB483B
Text Example
Text Example
White with #BB483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB483B; }
p { color: rgb(187,72,59); }
H1.HeaderClassName
{
color: #BB483B;
}
.AnyTagClassName
{
color: #BB483B;
}
</style>
background-color css
<style>
a { background-color: #BB483B; }
a { background-color: rgb(187,72,59); }
div.DivClassName
{
background-color: #BB483B;
}
.BgClassName
{
background-color: #BB483B;
}
</style>
border-color css
<style>
span { border-color: #BB483B; }
span { border-color: rgb(187,72,59); }
td.TdClassName
{
border-color: #BB483B;
}
.TagClassName
{
border-color: #BB483B;
}
</style>