Shades of Dark Goldenrod #BF7D00
Tints of Dark Goldenrod #BF7D00
RGB
CMYK
RGB Variations
Color information
#BF7D00 (or 0xBF7D00) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 00. RGB value is (191,125,0). Sum of RGB (Red+Green+Blue) = 191+125+0=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D00 is #4082FF. Grayscale: #838383. Windows color (decimal): -4227840 or 32191. OLE color: 32191.
HSL color Cylindrical-coordinate representation of color #BF7D00: hue angle of 39.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF7D00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.25 |
| HSL | 39.27º | 1% | 0.37% | - |
| HSV(B) | 39.27º | 1% | 0.75% | - |
| XYZ | 28.82 | 25.74 | 3.45 | - |
| YUV | 130.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 0 | 0 | 0.35 | 1 | 0.25 | 39.27 | 1 | 0.37 |
| Hex | BF | 7D | 0 | 0 | 23 | 64 | 19 | 27 | 64 | 25 |
| Octal | 277 | 175 | 0 | 0 | 43 | 144 | 31 | 47 | 144 | 45 |
| Binary | 10111111 | 1111101 | 0 | 0 | 100011 | 1100100 | 11001 | 100111 | 1100100 | 100101 |
Color Harmonies of #BF7D00
Complementary color
Monochromatic Colors of #BF7D00
Black with #BF7D00
Text Example
Text Example
White with #BF7D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D00; }
p { color: rgb(191,125,0); }
H1.HeaderClassName
{
color: #BF7D00;
}
.AnyTagClassName
{
color: #BF7D00;
}
</style>
background-color css
<style>
a { background-color: #BF7D00; }
a { background-color: rgb(191,125,0); }
div.DivClassName
{
background-color: #BF7D00;
}
.BgClassName
{
background-color: #BF7D00;
}
</style>
border-color css
<style>
span { border-color: #BF7D00; }
span { border-color: rgb(191,125,0); }
td.TdClassName
{
border-color: #BF7D00;
}
.TagClassName
{
border-color: #BF7D00;
}
</style>