Shades of Dark Goldenrod #BF8100
Tints of Dark Goldenrod #BF8100
RGB
CMYK
RGB Variations
Color information
#BF8100 (or 0xBF8100) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 00. RGB value is (191,129,0). Sum of RGB (Red+Green+Blue) = 191+129+0=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8100 is #407EFF. Grayscale: #858585. Windows color (decimal): -4226816 or 33215. OLE color: 33215.
HSL color Cylindrical-coordinate representation of color #BF8100: hue angle of 40.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF8100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.25 |
| HSL | 40.52º | 1% | 0.37% | - |
| HSV(B) | 40.52º | 1% | 0.75% | - |
| XYZ | 29.34 | 26.78 | 3.62 | - |
| YUV | 132.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 0 | 0 | 0.32 | 1 | 0.25 | 40.52 | 1 | 0.37 |
| Hex | BF | 81 | 0 | 0 | 20 | 64 | 19 | 29 | 64 | 25 |
| Octal | 277 | 201 | 0 | 0 | 40 | 144 | 31 | 51 | 144 | 45 |
| Binary | 10111111 | 10000001 | 0 | 0 | 100000 | 1100100 | 11001 | 101001 | 1100100 | 100101 |
Color Harmonies of #BF8100
Complementary color
Monochromatic Colors of #BF8100
Black with #BF8100
Text Example
Text Example
White with #BF8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8100; }
p { color: rgb(191,129,0); }
H1.HeaderClassName
{
color: #BF8100;
}
.AnyTagClassName
{
color: #BF8100;
}
</style>
background-color css
<style>
a { background-color: #BF8100; }
a { background-color: rgb(191,129,0); }
div.DivClassName
{
background-color: #BF8100;
}
.BgClassName
{
background-color: #BF8100;
}
</style>
border-color css
<style>
span { border-color: #BF8100; }
span { border-color: rgb(191,129,0); }
td.TdClassName
{
border-color: #BF8100;
}
.TagClassName
{
border-color: #BF8100;
}
</style>