Shades of Dark Goldenrod #BC8114
Tints of Dark Goldenrod #BC8114
RGB
CMYK
RGB Variations
Color information
#BC8114 (or 0xBC8114) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 14. RGB value is (188,129,20). Sum of RGB (Red+Green+Blue) = 188+129+20=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8114 is #437EEB. Grayscale: #868686. Windows color (decimal): -4423404 or 1343932. OLE color: 1343932.
HSL color Cylindrical-coordinate representation of color #BC8114: hue angle of 38.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC8114 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 20 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.26 |
| HSL | 38.93º | 0.81% | 0.41% | - |
| HSV(B) | 38.93º | 0.89% | 0.74% | - |
| XYZ | 28.72 | 26.44 | 4.25 | - |
| YUV | 134.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 20 | 0 | 0.31 | 0.89 | 0.26 | 38.93 | 0.81 | 0.41 |
| Hex | BC | 81 | 14 | 0 | 1F | 59 | 1A | 27 | 51 | 29 |
| Octal | 274 | 201 | 24 | 0 | 37 | 131 | 32 | 47 | 121 | 51 |
| Binary | 10111100 | 10000001 | 10100 | 0 | 11111 | 1011001 | 11010 | 100111 | 1010001 | 101001 |
Color Harmonies of #BC8114
Complementary color
Monochromatic Colors of #BC8114
Black with #BC8114
Text Example
Text Example
White with #BC8114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8114; }
p { color: rgb(188,129,20); }
H1.HeaderClassName
{
color: #BC8114;
}
.AnyTagClassName
{
color: #BC8114;
}
</style>
background-color css
<style>
a { background-color: #BC8114; }
a { background-color: rgb(188,129,20); }
div.DivClassName
{
background-color: #BC8114;
}
.BgClassName
{
background-color: #BC8114;
}
</style>
border-color css
<style>
span { border-color: #BC8114; }
span { border-color: rgb(188,129,20); }
td.TdClassName
{
border-color: #BC8114;
}
.TagClassName
{
border-color: #BC8114;
}
</style>