Shades of Dark Goldenrod #BF760E
Tints of Dark Goldenrod #BF760E
RGB
CMYK
RGB Variations
Color information
#BF760E (or 0xBF760E) is known color: Dark Goldenrod. HEX triplet: BF, 76 and 0E. RGB value is (191,118,14). Sum of RGB (Red+Green+Blue) = 191+118+14=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF760E is #4089F1. Grayscale: #808080. Windows color (decimal): -4229618 or 947903. OLE color: 947903.
HSL color Cylindrical-coordinate representation of color #BF760E: hue angle of 35.25º 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 #BF760E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.25 |
| HSL | 35.25º | 0.86% | 0.4% | - |
| HSV(B) | 35.25º | 0.93% | 0.75% | - |
| XYZ | 28.04 | 24.06 | 3.58 | - |
| YUV | 127.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 14 | 0 | 0.38 | 0.93 | 0.25 | 35.25 | 0.86 | 0.4 |
| Hex | BF | 76 | E | 0 | 26 | 5D | 19 | 23 | 56 | 28 |
| Octal | 277 | 166 | 16 | 0 | 46 | 135 | 31 | 43 | 126 | 50 |
| Binary | 10111111 | 1110110 | 1110 | 0 | 100110 | 1011101 | 11001 | 100011 | 1010110 | 101000 |
Color Harmonies of #BF760E
Complementary color
Monochromatic Colors of #BF760E
Black with #BF760E
Text Example
Text Example
White with #BF760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF760E; }
p { color: rgb(191,118,14); }
H1.HeaderClassName
{
color: #BF760E;
}
.AnyTagClassName
{
color: #BF760E;
}
</style>
background-color css
<style>
a { background-color: #BF760E; }
a { background-color: rgb(191,118,14); }
div.DivClassName
{
background-color: #BF760E;
}
.BgClassName
{
background-color: #BF760E;
}
</style>
border-color css
<style>
span { border-color: #BF760E; }
span { border-color: rgb(191,118,14); }
td.TdClassName
{
border-color: #BF760E;
}
.TagClassName
{
border-color: #BF760E;
}
</style>