Shades of Grenadier #BC4127
Tints of Grenadier #BC4127
RGB
CMYK
RGB Variations
Color information
#BC4127 (or 0xBC4127) is known color: Grenadier. HEX triplet: BC, 41 and 27. RGB value is (188,65,39). Sum of RGB (Red+Green+Blue) = 188+65+39=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4127 is #43BED8. Grayscale: #636363. Windows color (decimal): -4439769 or 2572732. OLE color: 2572732.
HSL color Cylindrical-coordinate representation of color #BC4127: hue angle of 10.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4127 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 39 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.26 |
| HSL | 10.47º | 0.66% | 0.45% | - |
| HSV(B) | 10.47º | 0.79% | 0.74% | - |
| XYZ | 23 | 14.62 | 3.53 | - |
| YUV | 98.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 39 | 0 | 0.65 | 0.79 | 0.26 | 10.47 | 0.66 | 0.45 |
| Hex | BC | 41 | 27 | 0 | 41 | 4F | 1A | A | 42 | 2D |
| Octal | 274 | 101 | 47 | 0 | 101 | 117 | 32 | 12 | 102 | 55 |
| Binary | 10111100 | 1000001 | 100111 | 0 | 1000001 | 1001111 | 11010 | 1010 | 1000010 | 101101 |
Color Harmonies of #BC4127
Complementary color
Monochromatic Colors of #BC4127
Black with #BC4127
Text Example
Text Example
White with #BC4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4127; }
p { color: rgb(188,65,39); }
H1.HeaderClassName
{
color: #BC4127;
}
.AnyTagClassName
{
color: #BC4127;
}
</style>
background-color css
<style>
a { background-color: #BC4127; }
a { background-color: rgb(188,65,39); }
div.DivClassName
{
background-color: #BC4127;
}
.BgClassName
{
background-color: #BC4127;
}
</style>
border-color css
<style>
span { border-color: #BC4127; }
span { border-color: rgb(188,65,39); }
td.TdClassName
{
border-color: #BC4127;
}
.TagClassName
{
border-color: #BC4127;
}
</style>