Shades of Dark Goldenrod #BF7D15
Tints of Dark Goldenrod #BF7D15
RGB
CMYK
RGB Variations
Color information
#BF7D15 (or 0xBF7D15) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 15. RGB value is (191,125,21). Sum of RGB (Red+Green+Blue) = 191+125+21=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D15 is #4082EA. Grayscale: #858585. Windows color (decimal): -4227819 or 1408447. OLE color: 1408447.
HSL color Cylindrical-coordinate representation of color #BF7D15: hue angle of 36.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF7D15 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 21 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.25 |
| HSL | 36.71º | 0.8% | 0.42% | - |
| HSV(B) | 36.71º | 0.89% | 0.75% | - |
| XYZ | 28.95 | 25.8 | 4.16 | - |
| YUV | 132.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 21 | 0 | 0.35 | 0.89 | 0.25 | 36.71 | 0.8 | 0.42 |
| Hex | BF | 7D | 15 | 0 | 23 | 59 | 19 | 25 | 50 | 2A |
| Octal | 277 | 175 | 25 | 0 | 43 | 131 | 31 | 45 | 120 | 52 |
| Binary | 10111111 | 1111101 | 10101 | 0 | 100011 | 1011001 | 11001 | 100101 | 1010000 | 101010 |
Color Harmonies of #BF7D15
Complementary color
Monochromatic Colors of #BF7D15
Black with #BF7D15
Text Example
Text Example
White with #BF7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D15; }
p { color: rgb(191,125,21); }
H1.HeaderClassName
{
color: #BF7D15;
}
.AnyTagClassName
{
color: #BF7D15;
}
</style>
background-color css
<style>
a { background-color: #BF7D15; }
a { background-color: rgb(191,125,21); }
div.DivClassName
{
background-color: #BF7D15;
}
.BgClassName
{
background-color: #BF7D15;
}
</style>
border-color css
<style>
span { border-color: #BF7D15; }
span { border-color: rgb(191,125,21); }
td.TdClassName
{
border-color: #BF7D15;
}
.TagClassName
{
border-color: #BF7D15;
}
</style>