Shades of Dark Goldenrod #BF7007
Tints of Dark Goldenrod #BF7007
RGB
CMYK
RGB Variations
Color information
#BF7007 (or 0xBF7007) is known color: Dark Goldenrod. HEX triplet: BF, 70 and 07. RGB value is (191,112,7). Sum of RGB (Red+Green+Blue) = 191+112+7=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7007 is #408FF8. Grayscale: #7C7C7C. Windows color (decimal): -4231161 or 487615. OLE color: 487615.
HSL color Cylindrical-coordinate representation of color #BF7007: hue angle of 34.24º 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 #BF7007 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.25 |
| HSL | 34.24º | 0.93% | 0.39% | - |
| HSV(B) | 34.24º | 0.96% | 0.75% | - |
| XYZ | 27.32 | 22.68 | 3.14 | - |
| YUV | 123.65 | 62.17 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 7 | 0 | 0.41 | 0.96 | 0.25 | 34.24 | 0.93 | 0.39 |
| Hex | BF | 70 | 7 | 0 | 29 | 60 | 19 | 22 | 5D | 27 |
| Octal | 277 | 160 | 7 | 0 | 51 | 140 | 31 | 42 | 135 | 47 |
| Binary | 10111111 | 1110000 | 111 | 0 | 101001 | 1100000 | 11001 | 100010 | 1011101 | 100111 |
Color Harmonies of #BF7007
Complementary color
Monochromatic Colors of #BF7007
Black with #BF7007
Text Example
Text Example
White with #BF7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7007; }
p { color: rgb(191,112,7); }
H1.HeaderClassName
{
color: #BF7007;
}
.AnyTagClassName
{
color: #BF7007;
}
</style>
background-color css
<style>
a { background-color: #BF7007; }
a { background-color: rgb(191,112,7); }
div.DivClassName
{
background-color: #BF7007;
}
.BgClassName
{
background-color: #BF7007;
}
</style>
border-color css
<style>
span { border-color: #BF7007; }
span { border-color: rgb(191,112,7); }
td.TdClassName
{
border-color: #BF7007;
}
.TagClassName
{
border-color: #BF7007;
}
</style>