Shades of Dark Goldenrod #BF7F00
Tints of Dark Goldenrod #BF7F00
RGB
CMYK
RGB Variations
Color information
#BF7F00 (or 0xBF7F00) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 00. RGB value is (191,127,0). Sum of RGB (Red+Green+Blue) = 191+127+0=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F00 is #4080FF. Grayscale: #848484. Windows color (decimal): -4227328 or 32703. OLE color: 32703.
HSL color Cylindrical-coordinate representation of color #BF7F00: hue angle of 39.9º 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 #BF7F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.25 |
| HSL | 39.9º | 1% | 0.37% | - |
| HSV(B) | 39.9º | 1% | 0.75% | - |
| XYZ | 29.08 | 26.26 | 3.54 | - |
| YUV | 131.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 0 | 0 | 0.34 | 1 | 0.25 | 39.9 | 1 | 0.37 |
| Hex | BF | 7F | 0 | 0 | 22 | 64 | 19 | 28 | 64 | 25 |
| Octal | 277 | 177 | 0 | 0 | 42 | 144 | 31 | 50 | 144 | 45 |
| Binary | 10111111 | 1111111 | 0 | 0 | 100010 | 1100100 | 11001 | 101000 | 1100100 | 100101 |
Color Harmonies of #BF7F00
Complementary color
Monochromatic Colors of #BF7F00
Black with #BF7F00
Text Example
Text Example
White with #BF7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F00; }
p { color: rgb(191,127,0); }
H1.HeaderClassName
{
color: #BF7F00;
}
.AnyTagClassName
{
color: #BF7F00;
}
</style>
background-color css
<style>
a { background-color: #BF7F00; }
a { background-color: rgb(191,127,0); }
div.DivClassName
{
background-color: #BF7F00;
}
.BgClassName
{
background-color: #BF7F00;
}
</style>
border-color css
<style>
span { border-color: #BF7F00; }
span { border-color: rgb(191,127,0); }
td.TdClassName
{
border-color: #BF7F00;
}
.TagClassName
{
border-color: #BF7F00;
}
</style>