Shades of Dark Goldenrod #BF8915
Tints of Dark Goldenrod #BF8915
RGB
CMYK
RGB Variations
Color information
#BF8915 (or 0xBF8915) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 15. RGB value is (191,137,21). Sum of RGB (Red+Green+Blue) = 191+137+21=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8915 is #4076EA. Grayscale: #8C8C8C. Windows color (decimal): -4224747 or 1411519. OLE color: 1411519.
HSL color Cylindrical-coordinate representation of color #BF8915: hue angle of 40.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF8915 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 21 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.25 |
| HSL | 40.94º | 0.8% | 0.42% | - |
| HSV(B) | 40.94º | 0.89% | 0.75% | - |
| XYZ | 30.57 | 29.02 | 4.7 | - |
| YUV | 139.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 21 | 0 | 0.28 | 0.89 | 0.25 | 40.94 | 0.8 | 0.42 |
| Hex | BF | 89 | 15 | 0 | 1C | 59 | 19 | 29 | 50 | 2A |
| Octal | 277 | 211 | 25 | 0 | 34 | 131 | 31 | 51 | 120 | 52 |
| Binary | 10111111 | 10001001 | 10101 | 0 | 11100 | 1011001 | 11001 | 101001 | 1010000 | 101010 |
Color Harmonies of #BF8915
Complementary color
Monochromatic Colors of #BF8915
Black with #BF8915
Text Example
Text Example
White with #BF8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8915; }
p { color: rgb(191,137,21); }
H1.HeaderClassName
{
color: #BF8915;
}
.AnyTagClassName
{
color: #BF8915;
}
</style>
background-color css
<style>
a { background-color: #BF8915; }
a { background-color: rgb(191,137,21); }
div.DivClassName
{
background-color: #BF8915;
}
.BgClassName
{
background-color: #BF8915;
}
</style>
border-color css
<style>
span { border-color: #BF8915; }
span { border-color: rgb(191,137,21); }
td.TdClassName
{
border-color: #BF8915;
}
.TagClassName
{
border-color: #BF8915;
}
</style>