Shades of Dark Goldenrod #BC8100
Tints of Dark Goldenrod #BC8100
RGB
CMYK
RGB Variations
Color information
#BC8100 (or 0xBC8100) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 00. RGB value is (188,129,0). Sum of RGB (Red+Green+Blue) = 188+129+0=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8100 is #437EFF. Grayscale: #848484. Windows color (decimal): -4423424 or 33212. OLE color: 33212.
HSL color Cylindrical-coordinate representation of color #BC8100: hue angle of 41.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.26 |
| HSL | 41.17º | 1% | 0.37% | - |
| HSV(B) | 41.17º | 1% | 0.74% | - |
| XYZ | 28.59 | 26.39 | 3.59 | - |
| YUV | 131.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 0 | 0 | 0.31 | 1 | 0.26 | 41.17 | 1 | 0.37 |
| Hex | BC | 81 | 0 | 0 | 1F | 64 | 1A | 29 | 64 | 25 |
| Octal | 274 | 201 | 0 | 0 | 37 | 144 | 32 | 51 | 144 | 45 |
| Binary | 10111100 | 10000001 | 0 | 0 | 11111 | 1100100 | 11010 | 101001 | 1100100 | 100101 |
Color Harmonies of #BC8100
Complementary color
Monochromatic Colors of #BC8100
Black with #BC8100
Text Example
Text Example
White with #BC8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8100; }
p { color: rgb(188,129,0); }
H1.HeaderClassName
{
color: #BC8100;
}
.AnyTagClassName
{
color: #BC8100;
}
</style>
background-color css
<style>
a { background-color: #BC8100; }
a { background-color: rgb(188,129,0); }
div.DivClassName
{
background-color: #BC8100;
}
.BgClassName
{
background-color: #BC8100;
}
</style>
border-color css
<style>
span { border-color: #BC8100; }
span { border-color: rgb(188,129,0); }
td.TdClassName
{
border-color: #BC8100;
}
.TagClassName
{
border-color: #BC8100;
}
</style>