Shades of Grenadier #BC483B
Tints of Grenadier #BC483B
RGB
CMYK
RGB Variations
Color information
#BC483B (or 0xBC483B) is known color: Grenadier. HEX triplet: BC, 48 and 3B. RGB value is (188,72,59). Sum of RGB (Red+Green+Blue) = 188+72+59=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC483B is #43B7C4. Grayscale: #696969. Windows color (decimal): -4437957 or 3885244. OLE color: 3885244.
HSL color Cylindrical-coordinate representation of color #BC483B: hue angle of 6.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC483B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 59 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.26 |
| HSL | 6.05º | 0.52% | 0.48% | - |
| HSV(B) | 6.05º | 0.69% | 0.74% | - |
| XYZ | 23.85 | 15.64 | 5.9 | - |
| YUV | 105.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 59 | 0 | 0.62 | 0.69 | 0.26 | 6.05 | 0.52 | 0.48 |
| Hex | BC | 48 | 3B | 0 | 3E | 45 | 1A | 6 | 34 | 30 |
| Octal | 274 | 110 | 73 | 0 | 76 | 105 | 32 | 6 | 64 | 60 |
| Binary | 10111100 | 1001000 | 111011 | 0 | 111110 | 1000101 | 11010 | 110 | 110100 | 110000 |
Color Harmonies of #BC483B
Complementary color
Monochromatic Colors of #BC483B
Black with #BC483B
Text Example
Text Example
White with #BC483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC483B; }
p { color: rgb(188,72,59); }
H1.HeaderClassName
{
color: #BC483B;
}
.AnyTagClassName
{
color: #BC483B;
}
</style>
background-color css
<style>
a { background-color: #BC483B; }
a { background-color: rgb(188,72,59); }
div.DivClassName
{
background-color: #BC483B;
}
.BgClassName
{
background-color: #BC483B;
}
</style>
border-color css
<style>
span { border-color: #BC483B; }
span { border-color: rgb(188,72,59); }
td.TdClassName
{
border-color: #BC483B;
}
.TagClassName
{
border-color: #BC483B;
}
</style>