Shades of Dark Goldenrod #BF8210
Tints of Dark Goldenrod #BF8210
RGB
CMYK
RGB Variations
Color information
#BF8210 (or 0xBF8210) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 10. RGB value is (191,130,16). Sum of RGB (Red+Green+Blue) = 191+130+16=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8210 is #407DEF. Grayscale: #878787. Windows color (decimal): -4226544 or 1082047. OLE color: 1082047.
HSL color Cylindrical-coordinate representation of color #BF8210: hue angle of 39.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF8210 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.25 |
| HSL | 39.09º | 0.85% | 0.41% | - |
| HSV(B) | 39.09º | 0.92% | 0.75% | - |
| XYZ | 29.56 | 27.08 | 4.16 | - |
| YUV | 135.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 16 | 0 | 0.32 | 0.92 | 0.25 | 39.09 | 0.85 | 0.41 |
| Hex | BF | 82 | 10 | 0 | 20 | 5C | 19 | 27 | 55 | 29 |
| Octal | 277 | 202 | 20 | 0 | 40 | 134 | 31 | 47 | 125 | 51 |
| Binary | 10111111 | 10000010 | 10000 | 0 | 100000 | 1011100 | 11001 | 100111 | 1010101 | 101001 |
Color Harmonies of #BF8210
Complementary color
Monochromatic Colors of #BF8210
Black with #BF8210
Text Example
Text Example
White with #BF8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8210; }
p { color: rgb(191,130,16); }
H1.HeaderClassName
{
color: #BF8210;
}
.AnyTagClassName
{
color: #BF8210;
}
</style>
background-color css
<style>
a { background-color: #BF8210; }
a { background-color: rgb(191,130,16); }
div.DivClassName
{
background-color: #BF8210;
}
.BgClassName
{
background-color: #BF8210;
}
</style>
border-color css
<style>
span { border-color: #BF8210; }
span { border-color: rgb(191,130,16); }
td.TdClassName
{
border-color: #BF8210;
}
.TagClassName
{
border-color: #BF8210;
}
</style>