Shades of Dark Goldenrod #BC8110
Tints of Dark Goldenrod #BC8110
RGB
CMYK
RGB Variations
Color information
#BC8110 (or 0xBC8110) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 10. RGB value is (188,129,16). Sum of RGB (Red+Green+Blue) = 188+129+16=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8110 is #437EEF. Grayscale: #868686. Windows color (decimal): -4423408 or 1081788. OLE color: 1081788.
HSL color Cylindrical-coordinate representation of color #BC8110: hue angle of 39.42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8110 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 16 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.26 |
| HSL | 39.42º | 0.84% | 0.4% | - |
| HSV(B) | 39.42º | 0.91% | 0.74% | - |
| XYZ | 28.68 | 26.43 | 4.08 | - |
| YUV | 133.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 16 | 0 | 0.31 | 0.91 | 0.26 | 39.42 | 0.84 | 0.4 |
| Hex | BC | 81 | 10 | 0 | 1F | 5B | 1A | 27 | 54 | 28 |
| Octal | 274 | 201 | 20 | 0 | 37 | 133 | 32 | 47 | 124 | 50 |
| Binary | 10111100 | 10000001 | 10000 | 0 | 11111 | 1011011 | 11010 | 100111 | 1010100 | 101000 |
Color Harmonies of #BC8110
Complementary color
Monochromatic Colors of #BC8110
Black with #BC8110
Text Example
Text Example
White with #BC8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8110; }
p { color: rgb(188,129,16); }
H1.HeaderClassName
{
color: #BC8110;
}
.AnyTagClassName
{
color: #BC8110;
}
</style>
background-color css
<style>
a { background-color: #BC8110; }
a { background-color: rgb(188,129,16); }
div.DivClassName
{
background-color: #BC8110;
}
.BgClassName
{
background-color: #BC8110;
}
</style>
border-color css
<style>
span { border-color: #BC8110; }
span { border-color: rgb(188,129,16); }
td.TdClassName
{
border-color: #BC8110;
}
.TagClassName
{
border-color: #BC8110;
}
</style>