Shades of Dark Goldenrod #BF910D
Tints of Dark Goldenrod #BF910D
RGB
CMYK
RGB Variations
Color information
#BF910D (or 0xBF910D) is known color: Dark Goldenrod. HEX triplet: BF, 91 and 0D. RGB value is (191,145,13). Sum of RGB (Red+Green+Blue) = 191+145+13=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF910D is #406EF2. Grayscale: #909090. Windows color (decimal): -4222707 or 889279. OLE color: 889279.
HSL color Cylindrical-coordinate representation of color #BF910D: hue angle of 44.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF910D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.25 |
| HSL | 44.49º | 0.87% | 0.4% | - |
| HSV(B) | 44.49º | 0.93% | 0.75% | - |
| XYZ | 31.68 | 31.36 | 4.76 | - |
| YUV | 143.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 13 | 0 | 0.24 | 0.93 | 0.25 | 44.49 | 0.87 | 0.4 |
| Hex | BF | 91 | D | 0 | 18 | 5D | 19 | 2C | 57 | 28 |
| Octal | 277 | 221 | 15 | 0 | 30 | 135 | 31 | 54 | 127 | 50 |
| Binary | 10111111 | 10010001 | 1101 | 0 | 11000 | 1011101 | 11001 | 101100 | 1010111 | 101000 |
Color Harmonies of #BF910D
Complementary color
Monochromatic Colors of #BF910D
Black with #BF910D
Text Example
Text Example
White with #BF910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF910D; }
p { color: rgb(191,145,13); }
H1.HeaderClassName
{
color: #BF910D;
}
.AnyTagClassName
{
color: #BF910D;
}
</style>
background-color css
<style>
a { background-color: #BF910D; }
a { background-color: rgb(191,145,13); }
div.DivClassName
{
background-color: #BF910D;
}
.BgClassName
{
background-color: #BF910D;
}
</style>
border-color css
<style>
span { border-color: #BF910D; }
span { border-color: rgb(191,145,13); }
td.TdClassName
{
border-color: #BF910D;
}
.TagClassName
{
border-color: #BF910D;
}
</style>