Shades of Dark Goldenrod #BF9A00
Tints of Dark Goldenrod #BF9A00
RGB
CMYK
RGB Variations
Color information
#BF9A00 (or 0xBF9A00) is known color: Dark Goldenrod. HEX triplet: BF, 9A and 00. RGB value is (191,154,0). Sum of RGB (Red+Green+Blue) = 191+154+0=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A00 is #4065FF. Grayscale: #949494. Windows color (decimal): -4220416 or 39615. OLE color: 39615.
HSL color Cylindrical-coordinate representation of color #BF9A00: hue angle of 48.38º 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 #BF9A00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.25 |
| HSL | 48.38º | 1% | 0.37% | - |
| HSV(B) | 48.38º | 1% | 0.75% | - |
| XYZ | 33.04 | 34.19 | 4.86 | - |
| YUV | 147.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 0 | 0 | 0.19 | 1 | 0.25 | 48.38 | 1 | 0.37 |
| Hex | BF | 9A | 0 | 0 | 13 | 64 | 19 | 30 | 64 | 25 |
| Octal | 277 | 232 | 0 | 0 | 23 | 144 | 31 | 60 | 144 | 45 |
| Binary | 10111111 | 10011010 | 0 | 0 | 10011 | 1100100 | 11001 | 110000 | 1100100 | 100101 |
Color Harmonies of #BF9A00
Complementary color
Monochromatic Colors of #BF9A00
Black with #BF9A00
Text Example
Text Example
White with #BF9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A00; }
p { color: rgb(191,154,0); }
H1.HeaderClassName
{
color: #BF9A00;
}
.AnyTagClassName
{
color: #BF9A00;
}
</style>
background-color css
<style>
a { background-color: #BF9A00; }
a { background-color: rgb(191,154,0); }
div.DivClassName
{
background-color: #BF9A00;
}
.BgClassName
{
background-color: #BF9A00;
}
</style>
border-color css
<style>
span { border-color: #BF9A00; }
span { border-color: rgb(191,154,0); }
td.TdClassName
{
border-color: #BF9A00;
}
.TagClassName
{
border-color: #BF9A00;
}
</style>