Shades of Dark Goldenrod #BF8501
Tints of Dark Goldenrod #BF8501
RGB
CMYK
RGB Variations
Color information
#BF8501 (or 0xBF8501) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 01. RGB value is (191,133,1). Sum of RGB (Red+Green+Blue) = 191+133+1=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8501 is #407AFE. Grayscale: #878787. Windows color (decimal): -4225791 or 99775. OLE color: 99775.
HSL color Cylindrical-coordinate representation of color #BF8501: hue angle of 41.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF8501 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.25 |
| HSL | 41.68º | 0.99% | 0.38% | - |
| HSV(B) | 41.68º | 0.99% | 0.75% | - |
| XYZ | 29.88 | 27.85 | 3.83 | - |
| YUV | 135.29 | 52.22 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 1 | 0 | 0.30 | 0.99 | 0.25 | 41.68 | 0.99 | 0.38 |
| Hex | BF | 85 | 1 | 0 | 1E | 63 | 19 | 2A | 63 | 26 |
| Octal | 277 | 205 | 1 | 0 | 36 | 143 | 31 | 52 | 143 | 46 |
| Binary | 10111111 | 10000101 | 1 | 0 | 11110 | 1100011 | 11001 | 101010 | 1100011 | 100110 |
Color Harmonies of #BF8501
Complementary color
Monochromatic Colors of #BF8501
Black with #BF8501
Text Example
Text Example
White with #BF8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8501; }
p { color: rgb(191,133,1); }
H1.HeaderClassName
{
color: #BF8501;
}
.AnyTagClassName
{
color: #BF8501;
}
</style>
background-color css
<style>
a { background-color: #BF8501; }
a { background-color: rgb(191,133,1); }
div.DivClassName
{
background-color: #BF8501;
}
.BgClassName
{
background-color: #BF8501;
}
</style>
border-color css
<style>
span { border-color: #BF8501; }
span { border-color: rgb(191,133,1); }
td.TdClassName
{
border-color: #BF8501;
}
.TagClassName
{
border-color: #BF8501;
}
</style>