Shades of Dark Goldenrod #BC8206
Tints of Dark Goldenrod #BC8206
RGB
CMYK
RGB Variations
Color information
#BC8206 (or 0xBC8206) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 06. RGB value is (188,130,6). Sum of RGB (Red+Green+Blue) = 188+130+6=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8206 is #437DF9. Grayscale: #858585. Windows color (decimal): -4423162 or 426684. OLE color: 426684.
HSL color Cylindrical-coordinate representation of color #BC8206: hue angle of 40.88º 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 #BC8206 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.26 |
| HSL | 40.88º | 0.94% | 0.38% | - |
| HSV(B) | 40.88º | 0.97% | 0.74% | - |
| XYZ | 28.75 | 26.67 | 3.8 | - |
| YUV | 133.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 6 | 0 | 0.31 | 0.97 | 0.26 | 40.88 | 0.94 | 0.38 |
| Hex | BC | 82 | 6 | 0 | 1F | 61 | 1A | 29 | 5E | 26 |
| Octal | 274 | 202 | 6 | 0 | 37 | 141 | 32 | 51 | 136 | 46 |
| Binary | 10111100 | 10000010 | 110 | 0 | 11111 | 1100001 | 11010 | 101001 | 1011110 | 100110 |
Color Harmonies of #BC8206
Complementary color
Monochromatic Colors of #BC8206
Black with #BC8206
Text Example
Text Example
White with #BC8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8206; }
p { color: rgb(188,130,6); }
H1.HeaderClassName
{
color: #BC8206;
}
.AnyTagClassName
{
color: #BC8206;
}
</style>
background-color css
<style>
a { background-color: #BC8206; }
a { background-color: rgb(188,130,6); }
div.DivClassName
{
background-color: #BC8206;
}
.BgClassName
{
background-color: #BC8206;
}
</style>
border-color css
<style>
span { border-color: #BC8206; }
span { border-color: rgb(188,130,6); }
td.TdClassName
{
border-color: #BC8206;
}
.TagClassName
{
border-color: #BC8206;
}
</style>