Shades of Marigold #BC833B
Tints of Marigold #BC833B
RGB
CMYK
RGB Variations
Color information
#BC833B (or 0xBC833B) is known color: Marigold. HEX triplet: BC, 83 and 3B. RGB value is (188,131,59). Sum of RGB (Red+Green+Blue) = 188+131+59=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833B is #437CC4. Grayscale: #8C8C8C. Windows color (decimal): -4422853 or 3900348. OLE color: 3900348.
HSL color Cylindrical-coordinate representation of color #BC833B: hue angle of 33.49º degrees, saturation: 0.52, 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 #BC833B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 59 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.26 |
| HSL | 33.49º | 0.52% | 0.48% | - |
| HSV(B) | 33.49º | 0.69% | 0.74% | - |
| XYZ | 29.64 | 27.24 | 7.83 | - |
| YUV | 139.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 59 | 0 | 0.30 | 0.69 | 0.26 | 33.49 | 0.52 | 0.48 |
| Hex | BC | 83 | 3B | 0 | 1E | 45 | 1A | 21 | 34 | 30 |
| Octal | 274 | 203 | 73 | 0 | 36 | 105 | 32 | 41 | 64 | 60 |
| Binary | 10111100 | 10000011 | 111011 | 0 | 11110 | 1000101 | 11010 | 100001 | 110100 | 110000 |
Color Harmonies of #BC833B
Complementary color
Monochromatic Colors of #BC833B
Black with #BC833B
Text Example
Text Example
White with #BC833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC833B; }
p { color: rgb(188,131,59); }
H1.HeaderClassName
{
color: #BC833B;
}
.AnyTagClassName
{
color: #BC833B;
}
</style>
background-color css
<style>
a { background-color: #BC833B; }
a { background-color: rgb(188,131,59); }
div.DivClassName
{
background-color: #BC833B;
}
.BgClassName
{
background-color: #BC833B;
}
</style>
border-color css
<style>
span { border-color: #BC833B; }
span { border-color: rgb(188,131,59); }
td.TdClassName
{
border-color: #BC833B;
}
.TagClassName
{
border-color: #BC833B;
}
</style>