Shades of Grenadier #BC503A
Tints of Grenadier #BC503A
RGB
CMYK
RGB Variations
Color information
#BC503A (or 0xBC503A) is known color: Grenadier. HEX triplet: BC, 50 and 3A. RGB value is (188,80,58). Sum of RGB (Red+Green+Blue) = 188+80+58=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503A is #43AFC5. Grayscale: #6D6D6D. Windows color (decimal): -4435910 or 3821756. OLE color: 3821756.
HSL color Cylindrical-coordinate representation of color #BC503A: hue angle of 10.15º degrees, saturation: 0.53, 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 #BC503A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 58 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.26 |
| HSL | 10.15º | 0.53% | 0.48% | - |
| HSV(B) | 10.15º | 0.69% | 0.74% | - |
| XYZ | 24.37 | 16.73 | 5.95 | - |
| YUV | 109.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 58 | 0 | 0.57 | 0.69 | 0.26 | 10.15 | 0.53 | 0.48 |
| Hex | BC | 50 | 3A | 0 | 39 | 45 | 1A | A | 35 | 30 |
| Octal | 274 | 120 | 72 | 0 | 71 | 105 | 32 | 12 | 65 | 60 |
| Binary | 10111100 | 1010000 | 111010 | 0 | 111001 | 1000101 | 11010 | 1010 | 110101 | 110000 |
Color Harmonies of #BC503A
Complementary color
Monochromatic Colors of #BC503A
Black with #BC503A
Text Example
Text Example
White with #BC503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC503A; }
p { color: rgb(188,80,58); }
H1.HeaderClassName
{
color: #BC503A;
}
.AnyTagClassName
{
color: #BC503A;
}
</style>
background-color css
<style>
a { background-color: #BC503A; }
a { background-color: rgb(188,80,58); }
div.DivClassName
{
background-color: #BC503A;
}
.BgClassName
{
background-color: #BC503A;
}
</style>
border-color css
<style>
span { border-color: #BC503A; }
span { border-color: rgb(188,80,58); }
td.TdClassName
{
border-color: #BC503A;
}
.TagClassName
{
border-color: #BC503A;
}
</style>