Shades of Dark Goldenrod #BF8D16
Tints of Dark Goldenrod #BF8D16
RGB
CMYK
RGB Variations
Color information
#BF8D16 (or 0xBF8D16) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 16. RGB value is (191,141,22). Sum of RGB (Red+Green+Blue) = 191+141+22=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D16 is #4072E9. Grayscale: #8E8E8E. Windows color (decimal): -4223722 or 1478079. OLE color: 1478079.
HSL color Cylindrical-coordinate representation of color #BF8D16: hue angle of 42.25º 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 #BF8D16 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 22 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.25 |
| HSL | 42.25º | 0.79% | 0.42% | - |
| HSV(B) | 42.25º | 0.88% | 0.75% | - |
| XYZ | 31.16 | 30.18 | 4.94 | - |
| YUV | 142.38 | 60.07 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 22 | 0 | 0.26 | 0.88 | 0.25 | 42.25 | 0.79 | 0.42 |
| Hex | BF | 8D | 16 | 0 | 1A | 58 | 19 | 2A | 4F | 2A |
| Octal | 277 | 215 | 26 | 0 | 32 | 130 | 31 | 52 | 117 | 52 |
| Binary | 10111111 | 10001101 | 10110 | 0 | 11010 | 1011000 | 11001 | 101010 | 1001111 | 101010 |
Color Harmonies of #BF8D16
Complementary color
Monochromatic Colors of #BF8D16
Black with #BF8D16
Text Example
Text Example
White with #BF8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D16; }
p { color: rgb(191,141,22); }
H1.HeaderClassName
{
color: #BF8D16;
}
.AnyTagClassName
{
color: #BF8D16;
}
</style>
background-color css
<style>
a { background-color: #BF8D16; }
a { background-color: rgb(191,141,22); }
div.DivClassName
{
background-color: #BF8D16;
}
.BgClassName
{
background-color: #BF8D16;
}
</style>
border-color css
<style>
span { border-color: #BF8D16; }
span { border-color: rgb(191,141,22); }
td.TdClassName
{
border-color: #BF8D16;
}
.TagClassName
{
border-color: #BF8D16;
}
</style>