Shades of Grenadier #BC4326
Tints of Grenadier #BC4326
RGB
CMYK
RGB Variations
Color information
#BC4326 (or 0xBC4326) is known color: Grenadier. HEX triplet: BC, 43 and 26. RGB value is (188,67,38). Sum of RGB (Red+Green+Blue) = 188+67+38=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4326 is #43BCD9. Grayscale: #646464. Windows color (decimal): -4439258 or 2507708. OLE color: 2507708.
HSL color Cylindrical-coordinate representation of color #BC4326: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4326 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 38 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.26 |
| HSL | 11.6º | 0.66% | 0.44% | - |
| HSV(B) | 11.6º | 0.8% | 0.74% | - |
| XYZ | 23.1 | 14.85 | 3.48 | - |
| YUV | 99.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 38 | 0 | 0.64 | 0.80 | 0.26 | 11.6 | 0.66 | 0.44 |
| Hex | BC | 43 | 26 | 0 | 40 | 50 | 1A | C | 42 | 2C |
| Octal | 274 | 103 | 46 | 0 | 100 | 120 | 32 | 14 | 102 | 54 |
| Binary | 10111100 | 1000011 | 100110 | 0 | 1000000 | 1010000 | 11010 | 1100 | 1000010 | 101100 |
Color Harmonies of #BC4326
Complementary color
Monochromatic Colors of #BC4326
Black with #BC4326
Text Example
Text Example
White with #BC4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4326; }
p { color: rgb(188,67,38); }
H1.HeaderClassName
{
color: #BC4326;
}
.AnyTagClassName
{
color: #BC4326;
}
</style>
background-color css
<style>
a { background-color: #BC4326; }
a { background-color: rgb(188,67,38); }
div.DivClassName
{
background-color: #BC4326;
}
.BgClassName
{
background-color: #BC4326;
}
</style>
border-color css
<style>
span { border-color: #BC4326; }
span { border-color: rgb(188,67,38); }
td.TdClassName
{
border-color: #BC4326;
}
.TagClassName
{
border-color: #BC4326;
}
</style>