Shades of Dark Goldenrod #BF740B
Tints of Dark Goldenrod #BF740B
RGB
CMYK
RGB Variations
Color information
#BF740B (or 0xBF740B) is known color: Dark Goldenrod. HEX triplet: BF, 74 and 0B. RGB value is (191,116,11). Sum of RGB (Red+Green+Blue) = 191+116+11=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF740B is #408BF4. Grayscale: #7E7E7E. Windows color (decimal): -4230133 or 750783. OLE color: 750783.
HSL color Cylindrical-coordinate representation of color #BF740B: hue angle of 35º 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 #BF740B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.25 |
| HSL | 35º | 0.89% | 0.4% | - |
| HSV(B) | 35º | 0.94% | 0.75% | - |
| XYZ | 27.79 | 23.59 | 3.41 | - |
| YUV | 126.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 11 | 0 | 0.39 | 0.94 | 0.25 | 35 | 0.89 | 0.4 |
| Hex | BF | 74 | B | 0 | 27 | 5E | 19 | 23 | 59 | 28 |
| Octal | 277 | 164 | 13 | 0 | 47 | 136 | 31 | 43 | 131 | 50 |
| Binary | 10111111 | 1110100 | 1011 | 0 | 100111 | 1011110 | 11001 | 100011 | 1011001 | 101000 |
Color Harmonies of #BF740B
Complementary color
Monochromatic Colors of #BF740B
Black with #BF740B
Text Example
Text Example
White with #BF740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF740B; }
p { color: rgb(191,116,11); }
H1.HeaderClassName
{
color: #BF740B;
}
.AnyTagClassName
{
color: #BF740B;
}
</style>
background-color css
<style>
a { background-color: #BF740B; }
a { background-color: rgb(191,116,11); }
div.DivClassName
{
background-color: #BF740B;
}
.BgClassName
{
background-color: #BF740B;
}
</style>
border-color css
<style>
span { border-color: #BF740B; }
span { border-color: rgb(191,116,11); }
td.TdClassName
{
border-color: #BF740B;
}
.TagClassName
{
border-color: #BF740B;
}
</style>