Shades of Dark Goldenrod #BF8001
Tints of Dark Goldenrod #BF8001
RGB
CMYK
RGB Variations
Color information
#BF8001 (or 0xBF8001) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 01. RGB value is (191,128,1). Sum of RGB (Red+Green+Blue) = 191+128+1=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8001 is #407FFE. Grayscale: #848484. Windows color (decimal): -4227071 or 98495. OLE color: 98495.
HSL color Cylindrical-coordinate representation of color #BF8001: hue angle of 40.11º 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 #BF8001 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.25 |
| HSL | 40.11º | 0.99% | 0.38% | - |
| HSV(B) | 40.11º | 0.99% | 0.75% | - |
| XYZ | 29.21 | 26.52 | 3.61 | - |
| YUV | 132.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 1 | 0 | 0.33 | 0.99 | 0.25 | 40.11 | 0.99 | 0.38 |
| Hex | BF | 80 | 1 | 0 | 21 | 63 | 19 | 28 | 63 | 26 |
| Octal | 277 | 200 | 1 | 0 | 41 | 143 | 31 | 50 | 143 | 46 |
| Binary | 10111111 | 10000000 | 1 | 0 | 100001 | 1100011 | 11001 | 101000 | 1100011 | 100110 |
Color Harmonies of #BF8001
Complementary color
Monochromatic Colors of #BF8001
Black with #BF8001
Text Example
Text Example
White with #BF8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8001; }
p { color: rgb(191,128,1); }
H1.HeaderClassName
{
color: #BF8001;
}
.AnyTagClassName
{
color: #BF8001;
}
</style>
background-color css
<style>
a { background-color: #BF8001; }
a { background-color: rgb(191,128,1); }
div.DivClassName
{
background-color: #BF8001;
}
.BgClassName
{
background-color: #BF8001;
}
</style>
border-color css
<style>
span { border-color: #BF8001; }
span { border-color: rgb(191,128,1); }
td.TdClassName
{
border-color: #BF8001;
}
.TagClassName
{
border-color: #BF8001;
}
</style>