Shades of Dark Goldenrod #BF8914
Tints of Dark Goldenrod #BF8914
RGB
CMYK
RGB Variations
Color information
#BF8914 (or 0xBF8914) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 14. RGB value is (191,137,20). Sum of RGB (Red+Green+Blue) = 191+137+20=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8914 is #4076EB. Grayscale: #8C8C8C. Windows color (decimal): -4224748 or 1345983. OLE color: 1345983.
HSL color Cylindrical-coordinate representation of color #BF8914: hue angle of 41.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF8914 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 20 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.25 |
| HSL | 41.05º | 0.81% | 0.41% | - |
| HSV(B) | 41.05º | 0.9% | 0.75% | - |
| XYZ | 30.56 | 29.02 | 4.65 | - |
| YUV | 139.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 20 | 0 | 0.28 | 0.90 | 0.25 | 41.05 | 0.81 | 0.41 |
| Hex | BF | 89 | 14 | 0 | 1C | 5A | 19 | 29 | 51 | 29 |
| Octal | 277 | 211 | 24 | 0 | 34 | 132 | 31 | 51 | 121 | 51 |
| Binary | 10111111 | 10001001 | 10100 | 0 | 11100 | 1011010 | 11001 | 101001 | 1010001 | 101001 |
Color Harmonies of #BF8914
Complementary color
Monochromatic Colors of #BF8914
Black with #BF8914
Text Example
Text Example
White with #BF8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8914; }
p { color: rgb(191,137,20); }
H1.HeaderClassName
{
color: #BF8914;
}
.AnyTagClassName
{
color: #BF8914;
}
</style>
background-color css
<style>
a { background-color: #BF8914; }
a { background-color: rgb(191,137,20); }
div.DivClassName
{
background-color: #BF8914;
}
.BgClassName
{
background-color: #BF8914;
}
</style>
border-color css
<style>
span { border-color: #BF8914; }
span { border-color: rgb(191,137,20); }
td.TdClassName
{
border-color: #BF8914;
}
.TagClassName
{
border-color: #BF8914;
}
</style>