Shades of Dark Goldenrod #BF8608
Tints of Dark Goldenrod #BF8608
RGB
CMYK
RGB Variations
Color information
#BF8608 (or 0xBF8608) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 08. RGB value is (191,134,8). Sum of RGB (Red+Green+Blue) = 191+134+8=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8608 is #4079F7. Grayscale: #898989. Windows color (decimal): -4225528 or 558783. OLE color: 558783.
HSL color Cylindrical-coordinate representation of color #BF8608: hue angle of 41.31º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF8608 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.25 |
| HSL | 41.31º | 0.92% | 0.39% | - |
| HSV(B) | 41.31º | 0.96% | 0.75% | - |
| XYZ | 30.05 | 28.14 | 4.08 | - |
| YUV | 136.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 8 | 0 | 0.30 | 0.96 | 0.25 | 41.31 | 0.92 | 0.39 |
| Hex | BF | 86 | 8 | 0 | 1E | 60 | 19 | 29 | 5C | 27 |
| Octal | 277 | 206 | 10 | 0 | 36 | 140 | 31 | 51 | 134 | 47 |
| Binary | 10111111 | 10000110 | 1000 | 0 | 11110 | 1100000 | 11001 | 101001 | 1011100 | 100111 |
Color Harmonies of #BF8608
Complementary color
Monochromatic Colors of #BF8608
Black with #BF8608
Text Example
Text Example
White with #BF8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8608; }
p { color: rgb(191,134,8); }
H1.HeaderClassName
{
color: #BF8608;
}
.AnyTagClassName
{
color: #BF8608;
}
</style>
background-color css
<style>
a { background-color: #BF8608; }
a { background-color: rgb(191,134,8); }
div.DivClassName
{
background-color: #BF8608;
}
.BgClassName
{
background-color: #BF8608;
}
</style>
border-color css
<style>
span { border-color: #BF8608; }
span { border-color: rgb(191,134,8); }
td.TdClassName
{
border-color: #BF8608;
}
.TagClassName
{
border-color: #BF8608;
}
</style>