Shades of Dark Goldenrod #BF890E
Tints of Dark Goldenrod #BF890E
RGB
CMYK
RGB Variations
Color information
#BF890E (or 0xBF890E) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 0E. RGB value is (191,137,14). Sum of RGB (Red+Green+Blue) = 191+137+14=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF890E is #4076F1. Grayscale: #8B8B8B. Windows color (decimal): -4224754 or 952767. OLE color: 952767.
HSL color Cylindrical-coordinate representation of color #BF890E: hue angle of 41.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF890E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.25 |
| HSL | 41.69º | 0.86% | 0.4% | - |
| HSV(B) | 41.69º | 0.93% | 0.75% | - |
| XYZ | 30.51 | 29 | 4.4 | - |
| YUV | 139.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 14 | 0 | 0.28 | 0.93 | 0.25 | 41.69 | 0.86 | 0.4 |
| Hex | BF | 89 | E | 0 | 1C | 5D | 19 | 2A | 56 | 28 |
| Octal | 277 | 211 | 16 | 0 | 34 | 135 | 31 | 52 | 126 | 50 |
| Binary | 10111111 | 10001001 | 1110 | 0 | 11100 | 1011101 | 11001 | 101010 | 1010110 | 101000 |
Color Harmonies of #BF890E
Complementary color
Monochromatic Colors of #BF890E
Black with #BF890E
Text Example
Text Example
White with #BF890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF890E; }
p { color: rgb(191,137,14); }
H1.HeaderClassName
{
color: #BF890E;
}
.AnyTagClassName
{
color: #BF890E;
}
</style>
background-color css
<style>
a { background-color: #BF890E; }
a { background-color: rgb(191,137,14); }
div.DivClassName
{
background-color: #BF890E;
}
.BgClassName
{
background-color: #BF890E;
}
</style>
border-color css
<style>
span { border-color: #BF890E; }
span { border-color: rgb(191,137,14); }
td.TdClassName
{
border-color: #BF890E;
}
.TagClassName
{
border-color: #BF890E;
}
</style>