Shades of Dark Goldenrod #BF7F16
Tints of Dark Goldenrod #BF7F16
RGB
CMYK
RGB Variations
Color information
#BF7F16 (or 0xBF7F16) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 16. RGB value is (191,127,22). Sum of RGB (Red+Green+Blue) = 191+127+22=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F16 is #4080E9. Grayscale: #868686. Windows color (decimal): -4227306 or 1474495. OLE color: 1474495.
HSL color Cylindrical-coordinate representation of color #BF7F16: hue angle of 37.28º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF7F16 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 22 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.25 |
| HSL | 37.28º | 0.79% | 0.42% | - |
| HSV(B) | 37.28º | 0.88% | 0.75% | - |
| XYZ | 29.22 | 26.31 | 4.3 | - |
| YUV | 134.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 22 | 0 | 0.34 | 0.88 | 0.25 | 37.28 | 0.79 | 0.42 |
| Hex | BF | 7F | 16 | 0 | 22 | 58 | 19 | 25 | 4F | 2A |
| Octal | 277 | 177 | 26 | 0 | 42 | 130 | 31 | 45 | 117 | 52 |
| Binary | 10111111 | 1111111 | 10110 | 0 | 100010 | 1011000 | 11001 | 100101 | 1001111 | 101010 |
Color Harmonies of #BF7F16
Complementary color
Monochromatic Colors of #BF7F16
Black with #BF7F16
Text Example
Text Example
White with #BF7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F16; }
p { color: rgb(191,127,22); }
H1.HeaderClassName
{
color: #BF7F16;
}
.AnyTagClassName
{
color: #BF7F16;
}
</style>
background-color css
<style>
a { background-color: #BF7F16; }
a { background-color: rgb(191,127,22); }
div.DivClassName
{
background-color: #BF7F16;
}
.BgClassName
{
background-color: #BF7F16;
}
</style>
border-color css
<style>
span { border-color: #BF7F16; }
span { border-color: rgb(191,127,22); }
td.TdClassName
{
border-color: #BF7F16;
}
.TagClassName
{
border-color: #BF7F16;
}
</style>