Shades of Dark Goldenrod #BF7D0F
Tints of Dark Goldenrod #BF7D0F
RGB
CMYK
RGB Variations
Color information
#BF7D0F (or 0xBF7D0F) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 0F. RGB value is (191,125,15). Sum of RGB (Red+Green+Blue) = 191+125+15=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D0F is #4082F0. Grayscale: #848484. Windows color (decimal): -4227825 or 1015231. OLE color: 1015231.
HSL color Cylindrical-coordinate representation of color #BF7D0F: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF7D0F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 15 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.25 |
| HSL | 37.5º | 0.85% | 0.4% | - |
| HSV(B) | 37.5º | 0.92% | 0.75% | - |
| XYZ | 28.91 | 25.78 | 3.9 | - |
| YUV | 132.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 15 | 0 | 0.35 | 0.92 | 0.25 | 37.5 | 0.85 | 0.4 |
| Hex | BF | 7D | F | 0 | 23 | 5C | 19 | 26 | 55 | 28 |
| Octal | 277 | 175 | 17 | 0 | 43 | 134 | 31 | 46 | 125 | 50 |
| Binary | 10111111 | 1111101 | 1111 | 0 | 100011 | 1011100 | 11001 | 100110 | 1010101 | 101000 |
Color Harmonies of #BF7D0F
Complementary color
Monochromatic Colors of #BF7D0F
Black with #BF7D0F
Text Example
Text Example
White with #BF7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D0F; }
p { color: rgb(191,125,15); }
H1.HeaderClassName
{
color: #BF7D0F;
}
.AnyTagClassName
{
color: #BF7D0F;
}
</style>
background-color css
<style>
a { background-color: #BF7D0F; }
a { background-color: rgb(191,125,15); }
div.DivClassName
{
background-color: #BF7D0F;
}
.BgClassName
{
background-color: #BF7D0F;
}
</style>
border-color css
<style>
span { border-color: #BF7D0F; }
span { border-color: rgb(191,125,15); }
td.TdClassName
{
border-color: #BF7D0F;
}
.TagClassName
{
border-color: #BF7D0F;
}
</style>