Shades of Dark Goldenrod #BF8201
Tints of Dark Goldenrod #BF8201
RGB
CMYK
RGB Variations
Color information
#BF8201 (or 0xBF8201) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 01. RGB value is (191,130,1). Sum of RGB (Red+Green+Blue) = 191+130+1=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8201 is #407DFE. Grayscale: #868686. Windows color (decimal): -4226559 or 99007. OLE color: 99007.
HSL color Cylindrical-coordinate representation of color #BF8201: hue angle of 40.74º 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 #BF8201 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.25 |
| HSL | 40.74º | 0.99% | 0.38% | - |
| HSV(B) | 40.74º | 0.99% | 0.75% | - |
| XYZ | 29.47 | 27.04 | 3.7 | - |
| YUV | 133.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 1 | 0 | 0.32 | 0.99 | 0.25 | 40.74 | 0.99 | 0.38 |
| Hex | BF | 82 | 1 | 0 | 20 | 63 | 19 | 29 | 63 | 26 |
| Octal | 277 | 202 | 1 | 0 | 40 | 143 | 31 | 51 | 143 | 46 |
| Binary | 10111111 | 10000010 | 1 | 0 | 100000 | 1100011 | 11001 | 101001 | 1100011 | 100110 |
Color Harmonies of #BF8201
Complementary color
Monochromatic Colors of #BF8201
Black with #BF8201
Text Example
Text Example
White with #BF8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8201; }
p { color: rgb(191,130,1); }
H1.HeaderClassName
{
color: #BF8201;
}
.AnyTagClassName
{
color: #BF8201;
}
</style>
background-color css
<style>
a { background-color: #BF8201; }
a { background-color: rgb(191,130,1); }
div.DivClassName
{
background-color: #BF8201;
}
.BgClassName
{
background-color: #BF8201;
}
</style>
border-color css
<style>
span { border-color: #BF8201; }
span { border-color: rgb(191,130,1); }
td.TdClassName
{
border-color: #BF8201;
}
.TagClassName
{
border-color: #BF8201;
}
</style>