Shades of Dark Goldenrod #BF890D
Tints of Dark Goldenrod #BF890D
RGB
CMYK
RGB Variations
Color information
#BF890D (or 0xBF890D) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 0D. RGB value is (191,137,13). Sum of RGB (Red+Green+Blue) = 191+137+13=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF890D is #4076F2. Grayscale: #8B8B8B. Windows color (decimal): -4224755 or 887231. OLE color: 887231.
HSL color Cylindrical-coordinate representation of color #BF890D: hue angle of 41.8º degrees, saturation: 0.87, 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 #BF890D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.25 |
| HSL | 41.8º | 0.87% | 0.4% | - |
| HSV(B) | 41.8º | 0.93% | 0.75% | - |
| XYZ | 30.5 | 29 | 4.37 | - |
| YUV | 139.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 13 | 0 | 0.28 | 0.93 | 0.25 | 41.8 | 0.87 | 0.4 |
| Hex | BF | 89 | D | 0 | 1C | 5D | 19 | 2A | 57 | 28 |
| Octal | 277 | 211 | 15 | 0 | 34 | 135 | 31 | 52 | 127 | 50 |
| Binary | 10111111 | 10001001 | 1101 | 0 | 11100 | 1011101 | 11001 | 101010 | 1010111 | 101000 |
Color Harmonies of #BF890D
Complementary color
Monochromatic Colors of #BF890D
Black with #BF890D
Text Example
Text Example
White with #BF890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF890D; }
p { color: rgb(191,137,13); }
H1.HeaderClassName
{
color: #BF890D;
}
.AnyTagClassName
{
color: #BF890D;
}
</style>
background-color css
<style>
a { background-color: #BF890D; }
a { background-color: rgb(191,137,13); }
div.DivClassName
{
background-color: #BF890D;
}
.BgClassName
{
background-color: #BF890D;
}
</style>
border-color css
<style>
span { border-color: #BF890D; }
span { border-color: rgb(191,137,13); }
td.TdClassName
{
border-color: #BF890D;
}
.TagClassName
{
border-color: #BF890D;
}
</style>