Shades of Dark Goldenrod #BF8D09
Tints of Dark Goldenrod #BF8D09
RGB
CMYK
RGB Variations
Color information
#BF8D09 (or 0xBF8D09) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 09. RGB value is (191,141,9). Sum of RGB (Red+Green+Blue) = 191+141+9=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D09 is #4072F6. Grayscale: #8D8D8D. Windows color (decimal): -4223735 or 626111. OLE color: 626111.
HSL color Cylindrical-coordinate representation of color #BF8D09: hue angle of 43.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF8D09 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 9 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.25 |
| HSL | 43.52º | 0.91% | 0.39% | - |
| HSV(B) | 43.52º | 0.95% | 0.75% | - |
| XYZ | 31.06 | 30.15 | 4.44 | - |
| YUV | 140.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 9 | 0 | 0.26 | 0.95 | 0.25 | 43.52 | 0.91 | 0.39 |
| Hex | BF | 8D | 9 | 0 | 1A | 5F | 19 | 2C | 5B | 27 |
| Octal | 277 | 215 | 11 | 0 | 32 | 137 | 31 | 54 | 133 | 47 |
| Binary | 10111111 | 10001101 | 1001 | 0 | 11010 | 1011111 | 11001 | 101100 | 1011011 | 100111 |
Color Harmonies of #BF8D09
Complementary color
Monochromatic Colors of #BF8D09
Black with #BF8D09
Text Example
Text Example
White with #BF8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D09; }
p { color: rgb(191,141,9); }
H1.HeaderClassName
{
color: #BF8D09;
}
.AnyTagClassName
{
color: #BF8D09;
}
</style>
background-color css
<style>
a { background-color: #BF8D09; }
a { background-color: rgb(191,141,9); }
div.DivClassName
{
background-color: #BF8D09;
}
.BgClassName
{
background-color: #BF8D09;
}
</style>
border-color css
<style>
span { border-color: #BF8D09; }
span { border-color: rgb(191,141,9); }
td.TdClassName
{
border-color: #BF8D09;
}
.TagClassName
{
border-color: #BF8D09;
}
</style>