Shades of Dark Goldenrod #BF760B
Tints of Dark Goldenrod #BF760B
RGB
CMYK
RGB Variations
Color information
#BF760B (or 0xBF760B) is known color: Dark Goldenrod. HEX triplet: BF, 76 and 0B. RGB value is (191,118,11). Sum of RGB (Red+Green+Blue) = 191+118+11=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF760B is #4089F4. Grayscale: #808080. Windows color (decimal): -4229621 or 751295. OLE color: 751295.
HSL color Cylindrical-coordinate representation of color #BF760B: hue angle of 35.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF760B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.25 |
| HSL | 35.67º | 0.89% | 0.4% | - |
| HSV(B) | 35.67º | 0.94% | 0.75% | - |
| XYZ | 28.02 | 24.06 | 3.48 | - |
| YUV | 127.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 11 | 0 | 0.38 | 0.94 | 0.25 | 35.67 | 0.89 | 0.4 |
| Hex | BF | 76 | B | 0 | 26 | 5E | 19 | 24 | 59 | 28 |
| Octal | 277 | 166 | 13 | 0 | 46 | 136 | 31 | 44 | 131 | 50 |
| Binary | 10111111 | 1110110 | 1011 | 0 | 100110 | 1011110 | 11001 | 100100 | 1011001 | 101000 |
Color Harmonies of #BF760B
Complementary color
Monochromatic Colors of #BF760B
Black with #BF760B
Text Example
Text Example
White with #BF760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF760B; }
p { color: rgb(191,118,11); }
H1.HeaderClassName
{
color: #BF760B;
}
.AnyTagClassName
{
color: #BF760B;
}
</style>
background-color css
<style>
a { background-color: #BF760B; }
a { background-color: rgb(191,118,11); }
div.DivClassName
{
background-color: #BF760B;
}
.BgClassName
{
background-color: #BF760B;
}
</style>
border-color css
<style>
span { border-color: #BF760B; }
span { border-color: rgb(191,118,11); }
td.TdClassName
{
border-color: #BF760B;
}
.TagClassName
{
border-color: #BF760B;
}
</style>