Shades of Dark Goldenrod #BF8010
Tints of Dark Goldenrod #BF8010
RGB
CMYK
RGB Variations
Color information
#BF8010 (or 0xBF8010) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 10. RGB value is (191,128,16). Sum of RGB (Red+Green+Blue) = 191+128+16=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8010 is #407FEF. Grayscale: #868686. Windows color (decimal): -4227056 or 1081535. OLE color: 1081535.
HSL color Cylindrical-coordinate representation of color #BF8010: hue angle of 38.4º 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 #BF8010 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.25 |
| HSL | 38.4º | 0.85% | 0.41% | - |
| HSV(B) | 38.4º | 0.92% | 0.75% | - |
| XYZ | 29.3 | 26.55 | 4.07 | - |
| YUV | 134.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 16 | 0 | 0.33 | 0.92 | 0.25 | 38.4 | 0.85 | 0.41 |
| Hex | BF | 80 | 10 | 0 | 21 | 5C | 19 | 26 | 55 | 29 |
| Octal | 277 | 200 | 20 | 0 | 41 | 134 | 31 | 46 | 125 | 51 |
| Binary | 10111111 | 10000000 | 10000 | 0 | 100001 | 1011100 | 11001 | 100110 | 1010101 | 101001 |
Color Harmonies of #BF8010
Complementary color
Monochromatic Colors of #BF8010
Black with #BF8010
Text Example
Text Example
White with #BF8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8010; }
p { color: rgb(191,128,16); }
H1.HeaderClassName
{
color: #BF8010;
}
.AnyTagClassName
{
color: #BF8010;
}
</style>
background-color css
<style>
a { background-color: #BF8010; }
a { background-color: rgb(191,128,16); }
div.DivClassName
{
background-color: #BF8010;
}
.BgClassName
{
background-color: #BF8010;
}
</style>
border-color css
<style>
span { border-color: #BF8010; }
span { border-color: rgb(191,128,16); }
td.TdClassName
{
border-color: #BF8010;
}
.TagClassName
{
border-color: #BF8010;
}
</style>