Shades of Dark Goldenrod #BF7F15
Tints of Dark Goldenrod #BF7F15
RGB
CMYK
RGB Variations
Color information
#BF7F15 (or 0xBF7F15) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 15. RGB value is (191,127,21). Sum of RGB (Red+Green+Blue) = 191+127+21=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F15 is #4080EA. Grayscale: #868686. Windows color (decimal): -4227307 or 1408959. OLE color: 1408959.
HSL color Cylindrical-coordinate representation of color #BF7F15: hue angle of 37.41º 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 #BF7F15 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 21 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.25 |
| HSL | 37.41º | 0.8% | 0.42% | - |
| HSV(B) | 37.41º | 0.89% | 0.75% | - |
| XYZ | 29.21 | 26.31 | 4.25 | - |
| YUV | 134.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 21 | 0 | 0.34 | 0.89 | 0.25 | 37.41 | 0.8 | 0.42 |
| Hex | BF | 7F | 15 | 0 | 22 | 59 | 19 | 25 | 50 | 2A |
| Octal | 277 | 177 | 25 | 0 | 42 | 131 | 31 | 45 | 120 | 52 |
| Binary | 10111111 | 1111111 | 10101 | 0 | 100010 | 1011001 | 11001 | 100101 | 1010000 | 101010 |
Color Harmonies of #BF7F15
Complementary color
Monochromatic Colors of #BF7F15
Black with #BF7F15
Text Example
Text Example
White with #BF7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F15; }
p { color: rgb(191,127,21); }
H1.HeaderClassName
{
color: #BF7F15;
}
.AnyTagClassName
{
color: #BF7F15;
}
</style>
background-color css
<style>
a { background-color: #BF7F15; }
a { background-color: rgb(191,127,21); }
div.DivClassName
{
background-color: #BF7F15;
}
.BgClassName
{
background-color: #BF7F15;
}
</style>
border-color css
<style>
span { border-color: #BF7F15; }
span { border-color: rgb(191,127,21); }
td.TdClassName
{
border-color: #BF7F15;
}
.TagClassName
{
border-color: #BF7F15;
}
</style>