Shades of Dark Goldenrod #BF9A01
Tints of Dark Goldenrod #BF9A01
RGB
CMYK
RGB Variations
Color information
#BF9A01 (or 0xBF9A01) is known color: Dark Goldenrod. HEX triplet: BF, 9A and 01. RGB value is (191,154,1). Sum of RGB (Red+Green+Blue) = 191+154+1=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A01 is #4065FE. Grayscale: #949494. Windows color (decimal): -4220415 or 105151. OLE color: 105151.
HSL color Cylindrical-coordinate representation of color #BF9A01: hue angle of 48.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF9A01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.25 |
| HSL | 48.32º | 0.99% | 0.38% | - |
| HSV(B) | 48.32º | 0.99% | 0.75% | - |
| XYZ | 33.05 | 34.19 | 4.89 | - |
| YUV | 147.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 1 | 0 | 0.19 | 0.99 | 0.25 | 48.32 | 0.99 | 0.38 |
| Hex | BF | 9A | 1 | 0 | 13 | 63 | 19 | 30 | 63 | 26 |
| Octal | 277 | 232 | 1 | 0 | 23 | 143 | 31 | 60 | 143 | 46 |
| Binary | 10111111 | 10011010 | 1 | 0 | 10011 | 1100011 | 11001 | 110000 | 1100011 | 100110 |
Color Harmonies of #BF9A01
Complementary color
Monochromatic Colors of #BF9A01
Black with #BF9A01
Text Example
Text Example
White with #BF9A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A01; }
p { color: rgb(191,154,1); }
H1.HeaderClassName
{
color: #BF9A01;
}
.AnyTagClassName
{
color: #BF9A01;
}
</style>
background-color css
<style>
a { background-color: #BF9A01; }
a { background-color: rgb(191,154,1); }
div.DivClassName
{
background-color: #BF9A01;
}
.BgClassName
{
background-color: #BF9A01;
}
</style>
border-color css
<style>
span { border-color: #BF9A01; }
span { border-color: rgb(191,154,1); }
td.TdClassName
{
border-color: #BF9A01;
}
.TagClassName
{
border-color: #BF9A01;
}
</style>