Shades of Dark Goldenrod #BF9101
Tints of Dark Goldenrod #BF9101
RGB
CMYK
RGB Variations
Color information
#BF9101 (or 0xBF9101) is known color: Dark Goldenrod. HEX triplet: BF, 91 and 01. RGB value is (191,145,1). Sum of RGB (Red+Green+Blue) = 191+145+1=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9101 is #406EFE. Grayscale: #8E8E8E. Windows color (decimal): -4222719 or 102847. OLE color: 102847.
HSL color Cylindrical-coordinate representation of color #BF9101: hue angle of 45.47º 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 #BF9101 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.25 |
| HSL | 45.47º | 0.99% | 0.38% | - |
| HSV(B) | 45.47º | 0.99% | 0.75% | - |
| XYZ | 31.62 | 31.33 | 4.41 | - |
| YUV | 142.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 1 | 0 | 0.24 | 0.99 | 0.25 | 45.47 | 0.99 | 0.38 |
| Hex | BF | 91 | 1 | 0 | 18 | 63 | 19 | 2D | 63 | 26 |
| Octal | 277 | 221 | 1 | 0 | 30 | 143 | 31 | 55 | 143 | 46 |
| Binary | 10111111 | 10010001 | 1 | 0 | 11000 | 1100011 | 11001 | 101101 | 1100011 | 100110 |
Color Harmonies of #BF9101
Complementary color
Monochromatic Colors of #BF9101
Black with #BF9101
Text Example
Text Example
White with #BF9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9101; }
p { color: rgb(191,145,1); }
H1.HeaderClassName
{
color: #BF9101;
}
.AnyTagClassName
{
color: #BF9101;
}
</style>
background-color css
<style>
a { background-color: #BF9101; }
a { background-color: rgb(191,145,1); }
div.DivClassName
{
background-color: #BF9101;
}
.BgClassName
{
background-color: #BF9101;
}
</style>
border-color css
<style>
span { border-color: #BF9101; }
span { border-color: rgb(191,145,1); }
td.TdClassName
{
border-color: #BF9101;
}
.TagClassName
{
border-color: #BF9101;
}
</style>