Shades of Dark Goldenrod #BF8206
Tints of Dark Goldenrod #BF8206
RGB
CMYK
RGB Variations
Color information
#BF8206 (or 0xBF8206) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 06. RGB value is (191,130,6). Sum of RGB (Red+Green+Blue) = 191+130+6=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8206 is #407DF9. Grayscale: #868686. Windows color (decimal): -4226554 or 426687. OLE color: 426687.
HSL color Cylindrical-coordinate representation of color #BF8206: hue angle of 40.22º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF8206 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.25 |
| HSL | 40.22º | 0.94% | 0.39% | - |
| HSV(B) | 40.22º | 0.97% | 0.75% | - |
| XYZ | 29.5 | 27.05 | 3.84 | - |
| YUV | 134.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 6 | 0 | 0.32 | 0.97 | 0.25 | 40.22 | 0.94 | 0.39 |
| Hex | BF | 82 | 6 | 0 | 20 | 61 | 19 | 28 | 5E | 27 |
| Octal | 277 | 202 | 6 | 0 | 40 | 141 | 31 | 50 | 136 | 47 |
| Binary | 10111111 | 10000010 | 110 | 0 | 100000 | 1100001 | 11001 | 101000 | 1011110 | 100111 |
Color Harmonies of #BF8206
Complementary color
Monochromatic Colors of #BF8206
Black with #BF8206
Text Example
Text Example
White with #BF8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8206; }
p { color: rgb(191,130,6); }
H1.HeaderClassName
{
color: #BF8206;
}
.AnyTagClassName
{
color: #BF8206;
}
</style>
background-color css
<style>
a { background-color: #BF8206; }
a { background-color: rgb(191,130,6); }
div.DivClassName
{
background-color: #BF8206;
}
.BgClassName
{
background-color: #BF8206;
}
</style>
border-color css
<style>
span { border-color: #BF8206; }
span { border-color: rgb(191,130,6); }
td.TdClassName
{
border-color: #BF8206;
}
.TagClassName
{
border-color: #BF8206;
}
</style>