Shades of Marigold #BC843C
Tints of Marigold #BC843C
RGB
CMYK
RGB Variations
Color information
#BC843C (or 0xBC843C) is known color: Marigold. HEX triplet: BC, 84 and 3C. RGB value is (188,132,60). Sum of RGB (Red+Green+Blue) = 188+132+60=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC843C is #437BC3. Grayscale: #8C8C8C. Windows color (decimal): -4422596 or 3966140. OLE color: 3966140.
HSL color Cylindrical-coordinate representation of color #BC843C: hue angle of 33.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC843C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 60 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.26 |
| HSL | 33.75º | 0.52% | 0.49% | - |
| HSV(B) | 33.75º | 0.68% | 0.74% | - |
| XYZ | 29.81 | 27.52 | 8.02 | - |
| YUV | 140.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 60 | 0 | 0.30 | 0.68 | 0.26 | 33.75 | 0.52 | 0.49 |
| Hex | BC | 84 | 3C | 0 | 1E | 44 | 1A | 22 | 34 | 31 |
| Octal | 274 | 204 | 74 | 0 | 36 | 104 | 32 | 42 | 64 | 61 |
| Binary | 10111100 | 10000100 | 111100 | 0 | 11110 | 1000100 | 11010 | 100010 | 110100 | 110001 |
Color Harmonies of #BC843C
Complementary color
Monochromatic Colors of #BC843C
Black with #BC843C
Text Example
Text Example
White with #BC843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC843C; }
p { color: rgb(188,132,60); }
H1.HeaderClassName
{
color: #BC843C;
}
.AnyTagClassName
{
color: #BC843C;
}
</style>
background-color css
<style>
a { background-color: #BC843C; }
a { background-color: rgb(188,132,60); }
div.DivClassName
{
background-color: #BC843C;
}
.BgClassName
{
background-color: #BC843C;
}
</style>
border-color css
<style>
span { border-color: #BC843C; }
span { border-color: rgb(188,132,60); }
td.TdClassName
{
border-color: #BC843C;
}
.TagClassName
{
border-color: #BC843C;
}
</style>