Shades of Dark Goldenrod #BF8D17
Tints of Dark Goldenrod #BF8D17
RGB
CMYK
RGB Variations
Color information
#BF8D17 (or 0xBF8D17) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 17. RGB value is (191,141,23). Sum of RGB (Red+Green+Blue) = 191+141+23=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D17 is #4072E8. Grayscale: #8F8F8F. Windows color (decimal): -4223721 or 1543615. OLE color: 1543615.
HSL color Cylindrical-coordinate representation of color #BF8D17: hue angle of 42.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF8D17 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 23 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.25 |
| HSL | 42.14º | 0.79% | 0.42% | - |
| HSV(B) | 42.14º | 0.88% | 0.75% | - |
| XYZ | 31.17 | 30.19 | 4.99 | - |
| YUV | 142.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 23 | 0 | 0.26 | 0.88 | 0.25 | 42.14 | 0.79 | 0.42 |
| Hex | BF | 8D | 17 | 0 | 1A | 58 | 19 | 2A | 4F | 2A |
| Octal | 277 | 215 | 27 | 0 | 32 | 130 | 31 | 52 | 117 | 52 |
| Binary | 10111111 | 10001101 | 10111 | 0 | 11010 | 1011000 | 11001 | 101010 | 1001111 | 101010 |
Color Harmonies of #BF8D17
Complementary color
Monochromatic Colors of #BF8D17
Black with #BF8D17
Text Example
Text Example
White with #BF8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D17; }
p { color: rgb(191,141,23); }
H1.HeaderClassName
{
color: #BF8D17;
}
.AnyTagClassName
{
color: #BF8D17;
}
</style>
background-color css
<style>
a { background-color: #BF8D17; }
a { background-color: rgb(191,141,23); }
div.DivClassName
{
background-color: #BF8D17;
}
.BgClassName
{
background-color: #BF8D17;
}
</style>
border-color css
<style>
span { border-color: #BF8D17; }
span { border-color: rgb(191,141,23); }
td.TdClassName
{
border-color: #BF8D17;
}
.TagClassName
{
border-color: #BF8D17;
}
</style>