Shades of Dark Goldenrod #BF770F
Tints of Dark Goldenrod #BF770F
RGB
CMYK
RGB Variations
Color information
#BF770F (or 0xBF770F) is known color: Dark Goldenrod. HEX triplet: BF, 77 and 0F. RGB value is (191,119,15). Sum of RGB (Red+Green+Blue) = 191+119+15=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF770F is #4088F0. Grayscale: #818181. Windows color (decimal): -4229361 or 1013695. OLE color: 1013695.
HSL color Cylindrical-coordinate representation of color #BF770F: hue angle of 35.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF770F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.25 |
| HSL | 35.45º | 0.85% | 0.4% | - |
| HSV(B) | 35.45º | 0.92% | 0.75% | - |
| XYZ | 28.17 | 24.3 | 3.66 | - |
| YUV | 128.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 15 | 0 | 0.38 | 0.92 | 0.25 | 35.45 | 0.85 | 0.4 |
| Hex | BF | 77 | F | 0 | 26 | 5C | 19 | 23 | 55 | 28 |
| Octal | 277 | 167 | 17 | 0 | 46 | 134 | 31 | 43 | 125 | 50 |
| Binary | 10111111 | 1110111 | 1111 | 0 | 100110 | 1011100 | 11001 | 100011 | 1010101 | 101000 |
Color Harmonies of #BF770F
Complementary color
Monochromatic Colors of #BF770F
Black with #BF770F
Text Example
Text Example
White with #BF770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF770F; }
p { color: rgb(191,119,15); }
H1.HeaderClassName
{
color: #BF770F;
}
.AnyTagClassName
{
color: #BF770F;
}
</style>
background-color css
<style>
a { background-color: #BF770F; }
a { background-color: rgb(191,119,15); }
div.DivClassName
{
background-color: #BF770F;
}
.BgClassName
{
background-color: #BF770F;
}
</style>
border-color css
<style>
span { border-color: #BF770F; }
span { border-color: rgb(191,119,15); }
td.TdClassName
{
border-color: #BF770F;
}
.TagClassName
{
border-color: #BF770F;
}
</style>