Shades of Dark Goldenrod #BF9013
Tints of Dark Goldenrod #BF9013
RGB
CMYK
RGB Variations
Color information
#BF9013 (or 0xBF9013) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 13. RGB value is (191,144,19). Sum of RGB (Red+Green+Blue) = 191+144+19=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9013 is #406FEC. Grayscale: #909090. Windows color (decimal): -4222957 or 1282239. OLE color: 1282239.
HSL color Cylindrical-coordinate representation of color #BF9013: hue angle of 43.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF9013 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 19 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.25 |
| HSL | 43.6º | 0.82% | 0.41% | - |
| HSV(B) | 43.6º | 0.9% | 0.75% | - |
| XYZ | 31.58 | 31.07 | 4.95 | - |
| YUV | 143.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 19 | 0 | 0.25 | 0.90 | 0.25 | 43.6 | 0.82 | 0.41 |
| Hex | BF | 90 | 13 | 0 | 19 | 5A | 19 | 2C | 52 | 29 |
| Octal | 277 | 220 | 23 | 0 | 31 | 132 | 31 | 54 | 122 | 51 |
| Binary | 10111111 | 10010000 | 10011 | 0 | 11001 | 1011010 | 11001 | 101100 | 1010010 | 101001 |
Color Harmonies of #BF9013
Complementary color
Monochromatic Colors of #BF9013
Black with #BF9013
Text Example
Text Example
White with #BF9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9013; }
p { color: rgb(191,144,19); }
H1.HeaderClassName
{
color: #BF9013;
}
.AnyTagClassName
{
color: #BF9013;
}
</style>
background-color css
<style>
a { background-color: #BF9013; }
a { background-color: rgb(191,144,19); }
div.DivClassName
{
background-color: #BF9013;
}
.BgClassName
{
background-color: #BF9013;
}
</style>
border-color css
<style>
span { border-color: #BF9013; }
span { border-color: rgb(191,144,19); }
td.TdClassName
{
border-color: #BF9013;
}
.TagClassName
{
border-color: #BF9013;
}
</style>