Shades of Dark Goldenrod #BF8607
Tints of Dark Goldenrod #BF8607
RGB
CMYK
RGB Variations
Color information
#BF8607 (or 0xBF8607) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 07. RGB value is (191,134,7). Sum of RGB (Red+Green+Blue) = 191+134+7=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8607 is #4079F8. Grayscale: #898989. Windows color (decimal): -4225529 or 493247. OLE color: 493247.
HSL color Cylindrical-coordinate representation of color #BF8607: hue angle of 41.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF8607 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.25 |
| HSL | 41.41º | 0.93% | 0.39% | - |
| HSV(B) | 41.41º | 0.96% | 0.75% | - |
| XYZ | 30.05 | 28.14 | 4.05 | - |
| YUV | 136.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 7 | 0 | 0.30 | 0.96 | 0.25 | 41.41 | 0.93 | 0.39 |
| Hex | BF | 86 | 7 | 0 | 1E | 60 | 19 | 29 | 5D | 27 |
| Octal | 277 | 206 | 7 | 0 | 36 | 140 | 31 | 51 | 135 | 47 |
| Binary | 10111111 | 10000110 | 111 | 0 | 11110 | 1100000 | 11001 | 101001 | 1011101 | 100111 |
Color Harmonies of #BF8607
Complementary color
Monochromatic Colors of #BF8607
Black with #BF8607
Text Example
Text Example
White with #BF8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8607; }
p { color: rgb(191,134,7); }
H1.HeaderClassName
{
color: #BF8607;
}
.AnyTagClassName
{
color: #BF8607;
}
</style>
background-color css
<style>
a { background-color: #BF8607; }
a { background-color: rgb(191,134,7); }
div.DivClassName
{
background-color: #BF8607;
}
.BgClassName
{
background-color: #BF8607;
}
</style>
border-color css
<style>
span { border-color: #BF8607; }
span { border-color: rgb(191,134,7); }
td.TdClassName
{
border-color: #BF8607;
}
.TagClassName
{
border-color: #BF8607;
}
</style>