Shades of Dark Goldenrod #BC8306
Tints of Dark Goldenrod #BC8306
RGB
CMYK
RGB Variations
Color information
#BC8306 (or 0xBC8306) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 06. RGB value is (188,131,6). Sum of RGB (Red+Green+Blue) = 188+131+6=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8306 is #437CF9. Grayscale: #868686. Windows color (decimal): -4422906 or 426940. OLE color: 426940.
HSL color Cylindrical-coordinate representation of color #BC8306: hue angle of 41.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8306 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.26 |
| HSL | 41.21º | 0.94% | 0.38% | - |
| HSV(B) | 41.21º | 0.97% | 0.74% | - |
| XYZ | 28.89 | 26.94 | 3.85 | - |
| YUV | 133.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 6 | 0 | 0.30 | 0.97 | 0.26 | 41.21 | 0.94 | 0.38 |
| Hex | BC | 83 | 6 | 0 | 1E | 61 | 1A | 29 | 5E | 26 |
| Octal | 274 | 203 | 6 | 0 | 36 | 141 | 32 | 51 | 136 | 46 |
| Binary | 10111100 | 10000011 | 110 | 0 | 11110 | 1100001 | 11010 | 101001 | 1011110 | 100110 |
Color Harmonies of #BC8306
Complementary color
Monochromatic Colors of #BC8306
Black with #BC8306
Text Example
Text Example
White with #BC8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8306; }
p { color: rgb(188,131,6); }
H1.HeaderClassName
{
color: #BC8306;
}
.AnyTagClassName
{
color: #BC8306;
}
</style>
background-color css
<style>
a { background-color: #BC8306; }
a { background-color: rgb(188,131,6); }
div.DivClassName
{
background-color: #BC8306;
}
.BgClassName
{
background-color: #BC8306;
}
</style>
border-color css
<style>
span { border-color: #BC8306; }
span { border-color: rgb(188,131,6); }
td.TdClassName
{
border-color: #BC8306;
}
.TagClassName
{
border-color: #BC8306;
}
</style>