Shades of Grenadier #BB4F3A
Tints of Grenadier #BB4F3A
RGB
CMYK
RGB Variations
Color information
#BB4F3A (or 0xBB4F3A) is known color: Grenadier. HEX triplet: BB, 4F and 3A. RGB value is (187,79,58). Sum of RGB (Red+Green+Blue) = 187+79+58=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F3A is #44B0C5. Grayscale: #6D6D6D. Windows color (decimal): -4501702 or 3821499. OLE color: 3821499.
HSL color Cylindrical-coordinate representation of color #BB4F3A: hue angle of 9.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4F3A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 58 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.27 |
| HSL | 9.77º | 0.53% | 0.48% | - |
| HSV(B) | 9.77º | 0.69% | 0.73% | - |
| XYZ | 24.05 | 16.46 | 5.91 | - |
| YUV | 108.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 58 | 0 | 0.58 | 0.69 | 0.27 | 9.77 | 0.53 | 0.48 |
| Hex | BB | 4F | 3A | 0 | 3A | 45 | 1B | A | 35 | 30 |
| Octal | 273 | 117 | 72 | 0 | 72 | 105 | 33 | 12 | 65 | 60 |
| Binary | 10111011 | 1001111 | 111010 | 0 | 111010 | 1000101 | 11011 | 1010 | 110101 | 110000 |
Color Harmonies of #BB4F3A
Complementary color
Monochromatic Colors of #BB4F3A
Black with #BB4F3A
Text Example
Text Example
White with #BB4F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F3A; }
p { color: rgb(187,79,58); }
H1.HeaderClassName
{
color: #BB4F3A;
}
.AnyTagClassName
{
color: #BB4F3A;
}
</style>
background-color css
<style>
a { background-color: #BB4F3A; }
a { background-color: rgb(187,79,58); }
div.DivClassName
{
background-color: #BB4F3A;
}
.BgClassName
{
background-color: #BB4F3A;
}
</style>
border-color css
<style>
span { border-color: #BB4F3A; }
span { border-color: rgb(187,79,58); }
td.TdClassName
{
border-color: #BB4F3A;
}
.TagClassName
{
border-color: #BB4F3A;
}
</style>