Shades of Grenadier #BC463B
Tints of Grenadier #BC463B
RGB
CMYK
RGB Variations
Color information
#BC463B (or 0xBC463B) is known color: Grenadier. HEX triplet: BC, 46 and 3B. RGB value is (188,70,59). Sum of RGB (Red+Green+Blue) = 188+70+59=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC463B is #43B9C4. Grayscale: #686868. Windows color (decimal): -4438469 or 3884732. OLE color: 3884732.
HSL color Cylindrical-coordinate representation of color #BC463B: hue angle of 5.12º 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 #BC463B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 59 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.26 |
| HSL | 5.12º | 0.52% | 0.48% | - |
| HSV(B) | 5.12º | 0.69% | 0.74% | - |
| XYZ | 23.72 | 15.39 | 5.86 | - |
| YUV | 104.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 59 | 0 | 0.63 | 0.69 | 0.26 | 5.12 | 0.52 | 0.48 |
| Hex | BC | 46 | 3B | 0 | 3F | 45 | 1A | 5 | 34 | 30 |
| Octal | 274 | 106 | 73 | 0 | 77 | 105 | 32 | 5 | 64 | 60 |
| Binary | 10111100 | 1000110 | 111011 | 0 | 111111 | 1000101 | 11010 | 101 | 110100 | 110000 |
Color Harmonies of #BC463B
Complementary color
Monochromatic Colors of #BC463B
Black with #BC463B
Text Example
Text Example
White with #BC463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC463B; }
p { color: rgb(188,70,59); }
H1.HeaderClassName
{
color: #BC463B;
}
.AnyTagClassName
{
color: #BC463B;
}
</style>
background-color css
<style>
a { background-color: #BC463B; }
a { background-color: rgb(188,70,59); }
div.DivClassName
{
background-color: #BC463B;
}
.BgClassName
{
background-color: #BC463B;
}
</style>
border-color css
<style>
span { border-color: #BC463B; }
span { border-color: rgb(188,70,59); }
td.TdClassName
{
border-color: #BC463B;
}
.TagClassName
{
border-color: #BC463B;
}
</style>