Shades of Dark Goldenrod #BC8104
Tints of Dark Goldenrod #BC8104
RGB
CMYK
RGB Variations
Color information
#BC8104 (or 0xBC8104) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 04. RGB value is (188,129,4). Sum of RGB (Red+Green+Blue) = 188+129+4=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8104 is #437EFB. Grayscale: #848484. Windows color (decimal): -4423420 or 295356. OLE color: 295356.
HSL color Cylindrical-coordinate representation of color #BC8104: hue angle of 40.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8104 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.26 |
| HSL | 40.76º | 0.96% | 0.38% | - |
| HSV(B) | 40.76º | 0.98% | 0.74% | - |
| XYZ | 28.61 | 26.4 | 3.7 | - |
| YUV | 132.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 4 | 0 | 0.31 | 0.98 | 0.26 | 40.76 | 0.96 | 0.38 |
| Hex | BC | 81 | 4 | 0 | 1F | 62 | 1A | 29 | 60 | 26 |
| Octal | 274 | 201 | 4 | 0 | 37 | 142 | 32 | 51 | 140 | 46 |
| Binary | 10111100 | 10000001 | 100 | 0 | 11111 | 1100010 | 11010 | 101001 | 1100000 | 100110 |
Color Harmonies of #BC8104
Complementary color
Monochromatic Colors of #BC8104
Black with #BC8104
Text Example
Text Example
White with #BC8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8104; }
p { color: rgb(188,129,4); }
H1.HeaderClassName
{
color: #BC8104;
}
.AnyTagClassName
{
color: #BC8104;
}
</style>
background-color css
<style>
a { background-color: #BC8104; }
a { background-color: rgb(188,129,4); }
div.DivClassName
{
background-color: #BC8104;
}
.BgClassName
{
background-color: #BC8104;
}
</style>
border-color css
<style>
span { border-color: #BC8104; }
span { border-color: rgb(188,129,4); }
td.TdClassName
{
border-color: #BC8104;
}
.TagClassName
{
border-color: #BC8104;
}
</style>