Shades of Dark Goldenrod #BF8401
Tints of Dark Goldenrod #BF8401
RGB
CMYK
RGB Variations
Color information
#BF8401 (or 0xBF8401) is known color: Dark Goldenrod. HEX triplet: BF, 84 and 01. RGB value is (191,132,1). Sum of RGB (Red+Green+Blue) = 191+132+1=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8401 is #407BFE. Grayscale: #878787. Windows color (decimal): -4226047 or 99519. OLE color: 99519.
HSL color Cylindrical-coordinate representation of color #BF8401: hue angle of 41.37º 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 #BF8401 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.25 |
| HSL | 41.37º | 0.99% | 0.38% | - |
| HSV(B) | 41.37º | 0.99% | 0.75% | - |
| XYZ | 29.74 | 27.58 | 3.78 | - |
| YUV | 134.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 1 | 0 | 0.31 | 0.99 | 0.25 | 41.37 | 0.99 | 0.38 |
| Hex | BF | 84 | 1 | 0 | 1F | 63 | 19 | 29 | 63 | 26 |
| Octal | 277 | 204 | 1 | 0 | 37 | 143 | 31 | 51 | 143 | 46 |
| Binary | 10111111 | 10000100 | 1 | 0 | 11111 | 1100011 | 11001 | 101001 | 1100011 | 100110 |
Color Harmonies of #BF8401
Complementary color
Monochromatic Colors of #BF8401
Black with #BF8401
Text Example
Text Example
White with #BF8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8401; }
p { color: rgb(191,132,1); }
H1.HeaderClassName
{
color: #BF8401;
}
.AnyTagClassName
{
color: #BF8401;
}
</style>
background-color css
<style>
a { background-color: #BF8401; }
a { background-color: rgb(191,132,1); }
div.DivClassName
{
background-color: #BF8401;
}
.BgClassName
{
background-color: #BF8401;
}
</style>
border-color css
<style>
span { border-color: #BF8401; }
span { border-color: rgb(191,132,1); }
td.TdClassName
{
border-color: #BF8401;
}
.TagClassName
{
border-color: #BF8401;
}
</style>