Shades of Marigold #BC893A
Tints of Marigold #BC893A
RGB
CMYK
RGB Variations
Color information
#BC893A (or 0xBC893A) is known color: Marigold. HEX triplet: BC, 89 and 3A. RGB value is (188,137,58). Sum of RGB (Red+Green+Blue) = 188+137+58=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC893A is #4376C5. Grayscale: #8F8F8F. Windows color (decimal): -4421318 or 3836348. OLE color: 3836348.
HSL color Cylindrical-coordinate representation of color #BC893A: hue angle of 36.46º 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 #BC893A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 58 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.26 |
| HSL | 36.46º | 0.53% | 0.48% | - |
| HSV(B) | 36.46º | 0.69% | 0.74% | - |
| XYZ | 30.45 | 28.89 | 7.97 | - |
| YUV | 143.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 58 | 0 | 0.27 | 0.69 | 0.26 | 36.46 | 0.53 | 0.48 |
| Hex | BC | 89 | 3A | 0 | 1B | 45 | 1A | 24 | 35 | 30 |
| Octal | 274 | 211 | 72 | 0 | 33 | 105 | 32 | 44 | 65 | 60 |
| Binary | 10111100 | 10001001 | 111010 | 0 | 11011 | 1000101 | 11010 | 100100 | 110101 | 110000 |
Color Harmonies of #BC893A
Complementary color
Monochromatic Colors of #BC893A
Black with #BC893A
Text Example
Text Example
White with #BC893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC893A; }
p { color: rgb(188,137,58); }
H1.HeaderClassName
{
color: #BC893A;
}
.AnyTagClassName
{
color: #BC893A;
}
</style>
background-color css
<style>
a { background-color: #BC893A; }
a { background-color: rgb(188,137,58); }
div.DivClassName
{
background-color: #BC893A;
}
.BgClassName
{
background-color: #BC893A;
}
</style>
border-color css
<style>
span { border-color: #BC893A; }
span { border-color: rgb(188,137,58); }
td.TdClassName
{
border-color: #BC893A;
}
.TagClassName
{
border-color: #BC893A;
}
</style>