Shades of Dark Goldenrod #BF8301
Tints of Dark Goldenrod #BF8301
RGB
CMYK
RGB Variations
Color information
#BF8301 (or 0xBF8301) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 01. RGB value is (191,131,1). Sum of RGB (Red+Green+Blue) = 191+131+1=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8301 is #407CFE. Grayscale: #868686. Windows color (decimal): -4226303 or 99263. OLE color: 99263.
HSL color Cylindrical-coordinate representation of color #BF8301: hue angle of 41.05º 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 #BF8301 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.25 |
| HSL | 41.05º | 0.99% | 0.38% | - |
| HSV(B) | 41.05º | 0.99% | 0.75% | - |
| XYZ | 29.61 | 27.31 | 3.74 | - |
| YUV | 134.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 1 | 0 | 0.31 | 0.99 | 0.25 | 41.05 | 0.99 | 0.38 |
| Hex | BF | 83 | 1 | 0 | 1F | 63 | 19 | 29 | 63 | 26 |
| Octal | 277 | 203 | 1 | 0 | 37 | 143 | 31 | 51 | 143 | 46 |
| Binary | 10111111 | 10000011 | 1 | 0 | 11111 | 1100011 | 11001 | 101001 | 1100011 | 100110 |
Color Harmonies of #BF8301
Complementary color
Monochromatic Colors of #BF8301
Black with #BF8301
Text Example
Text Example
White with #BF8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8301; }
p { color: rgb(191,131,1); }
H1.HeaderClassName
{
color: #BF8301;
}
.AnyTagClassName
{
color: #BF8301;
}
</style>
background-color css
<style>
a { background-color: #BF8301; }
a { background-color: rgb(191,131,1); }
div.DivClassName
{
background-color: #BF8301;
}
.BgClassName
{
background-color: #BF8301;
}
</style>
border-color css
<style>
span { border-color: #BF8301; }
span { border-color: rgb(191,131,1); }
td.TdClassName
{
border-color: #BF8301;
}
.TagClassName
{
border-color: #BF8301;
}
</style>