Shades of Dark Goldenrod #BF8610
Tints of Dark Goldenrod #BF8610
RGB
CMYK
RGB Variations
Color information
#BF8610 (or 0xBF8610) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 10. RGB value is (191,134,16). Sum of RGB (Red+Green+Blue) = 191+134+16=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8610 is #4079EF. Grayscale: #8A8A8A. Windows color (decimal): -4225520 or 1083071. OLE color: 1083071.
HSL color Cylindrical-coordinate representation of color #BF8610: hue angle of 40.46º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF8610 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.25 |
| HSL | 40.46º | 0.85% | 0.41% | - |
| HSV(B) | 40.46º | 0.92% | 0.75% | - |
| XYZ | 30.1 | 28.16 | 4.34 | - |
| YUV | 137.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 16 | 0 | 0.30 | 0.92 | 0.25 | 40.46 | 0.85 | 0.41 |
| Hex | BF | 86 | 10 | 0 | 1E | 5C | 19 | 28 | 55 | 29 |
| Octal | 277 | 206 | 20 | 0 | 36 | 134 | 31 | 50 | 125 | 51 |
| Binary | 10111111 | 10000110 | 10000 | 0 | 11110 | 1011100 | 11001 | 101000 | 1010101 | 101001 |
Color Harmonies of #BF8610
Complementary color
Monochromatic Colors of #BF8610
Black with #BF8610
Text Example
Text Example
White with #BF8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8610; }
p { color: rgb(191,134,16); }
H1.HeaderClassName
{
color: #BF8610;
}
.AnyTagClassName
{
color: #BF8610;
}
</style>
background-color css
<style>
a { background-color: #BF8610; }
a { background-color: rgb(191,134,16); }
div.DivClassName
{
background-color: #BF8610;
}
.BgClassName
{
background-color: #BF8610;
}
</style>
border-color css
<style>
span { border-color: #BF8610; }
span { border-color: rgb(191,134,16); }
td.TdClassName
{
border-color: #BF8610;
}
.TagClassName
{
border-color: #BF8610;
}
</style>