Shades of Dark Goldenrod #BF790E
Tints of Dark Goldenrod #BF790E
RGB
CMYK
RGB Variations
Color information
#BF790E (or 0xBF790E) is known color: Dark Goldenrod. HEX triplet: BF, 79 and 0E. RGB value is (191,121,14). Sum of RGB (Red+Green+Blue) = 191+121+14=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF790E is #4086F1. Grayscale: #828282. Windows color (decimal): -4228850 or 948671. OLE color: 948671.
HSL color Cylindrical-coordinate representation of color #BF790E: hue angle of 36.27º degrees, saturation: 0.86, 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 #BF790E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.25 |
| HSL | 36.27º | 0.86% | 0.4% | - |
| HSV(B) | 36.27º | 0.93% | 0.75% | - |
| XYZ | 28.4 | 24.78 | 3.7 | - |
| YUV | 129.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 14 | 0 | 0.37 | 0.93 | 0.25 | 36.27 | 0.86 | 0.4 |
| Hex | BF | 79 | E | 0 | 25 | 5D | 19 | 24 | 56 | 28 |
| Octal | 277 | 171 | 16 | 0 | 45 | 135 | 31 | 44 | 126 | 50 |
| Binary | 10111111 | 1111001 | 1110 | 0 | 100101 | 1011101 | 11001 | 100100 | 1010110 | 101000 |
Color Harmonies of #BF790E
Complementary color
Monochromatic Colors of #BF790E
Black with #BF790E
Text Example
Text Example
White with #BF790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF790E; }
p { color: rgb(191,121,14); }
H1.HeaderClassName
{
color: #BF790E;
}
.AnyTagClassName
{
color: #BF790E;
}
</style>
background-color css
<style>
a { background-color: #BF790E; }
a { background-color: rgb(191,121,14); }
div.DivClassName
{
background-color: #BF790E;
}
.BgClassName
{
background-color: #BF790E;
}
</style>
border-color css
<style>
span { border-color: #BF790E; }
span { border-color: rgb(191,121,14); }
td.TdClassName
{
border-color: #BF790E;
}
.TagClassName
{
border-color: #BF790E;
}
</style>