Shades of Dark Goldenrod #BF7D17
Tints of Dark Goldenrod #BF7D17
RGB
CMYK
RGB Variations
Color information
#BF7D17 (or 0xBF7D17) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 17. RGB value is (191,125,23). Sum of RGB (Red+Green+Blue) = 191+125+23=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D17 is #4082E8. Grayscale: #858585. Windows color (decimal): -4227817 or 1539519. OLE color: 1539519.
HSL color Cylindrical-coordinate representation of color #BF7D17: hue angle of 36.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF7D17 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 23 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.25 |
| HSL | 36.43º | 0.79% | 0.42% | - |
| HSV(B) | 36.43º | 0.88% | 0.75% | - |
| XYZ | 28.97 | 25.81 | 4.26 | - |
| YUV | 133.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 23 | 0 | 0.35 | 0.88 | 0.25 | 36.43 | 0.79 | 0.42 |
| Hex | BF | 7D | 17 | 0 | 23 | 58 | 19 | 24 | 4F | 2A |
| Octal | 277 | 175 | 27 | 0 | 43 | 130 | 31 | 44 | 117 | 52 |
| Binary | 10111111 | 1111101 | 10111 | 0 | 100011 | 1011000 | 11001 | 100100 | 1001111 | 101010 |
Color Harmonies of #BF7D17
Complementary color
Monochromatic Colors of #BF7D17
Black with #BF7D17
Text Example
Text Example
White with #BF7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D17; }
p { color: rgb(191,125,23); }
H1.HeaderClassName
{
color: #BF7D17;
}
.AnyTagClassName
{
color: #BF7D17;
}
</style>
background-color css
<style>
a { background-color: #BF7D17; }
a { background-color: rgb(191,125,23); }
div.DivClassName
{
background-color: #BF7D17;
}
.BgClassName
{
background-color: #BF7D17;
}
</style>
border-color css
<style>
span { border-color: #BF7D17; }
span { border-color: rgb(191,125,23); }
td.TdClassName
{
border-color: #BF7D17;
}
.TagClassName
{
border-color: #BF7D17;
}
</style>