Shades of Dark Goldenrod #BF9407
Tints of Dark Goldenrod #BF9407
RGB
CMYK
RGB Variations
Color information
#BF9407 (or 0xBF9407) is known color: Dark Goldenrod. HEX triplet: BF, 94 and 07. RGB value is (191,148,7). Sum of RGB (Red+Green+Blue) = 191+148+7=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9407 is #406BF8. Grayscale: #919191. Windows color (decimal): -4221945 or 496831. OLE color: 496831.
HSL color Cylindrical-coordinate representation of color #BF9407: hue angle of 45.98º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF9407 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.25 |
| HSL | 45.98º | 0.93% | 0.39% | - |
| HSV(B) | 45.98º | 0.96% | 0.75% | - |
| XYZ | 32.11 | 32.27 | 4.74 | - |
| YUV | 144.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 7 | 0 | 0.23 | 0.96 | 0.25 | 45.98 | 0.93 | 0.39 |
| Hex | BF | 94 | 7 | 0 | 17 | 60 | 19 | 2E | 5D | 27 |
| Octal | 277 | 224 | 7 | 0 | 27 | 140 | 31 | 56 | 135 | 47 |
| Binary | 10111111 | 10010100 | 111 | 0 | 10111 | 1100000 | 11001 | 101110 | 1011101 | 100111 |
Color Harmonies of #BF9407
Complementary color
Monochromatic Colors of #BF9407
Black with #BF9407
Text Example
Text Example
White with #BF9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9407; }
p { color: rgb(191,148,7); }
H1.HeaderClassName
{
color: #BF9407;
}
.AnyTagClassName
{
color: #BF9407;
}
</style>
background-color css
<style>
a { background-color: #BF9407; }
a { background-color: rgb(191,148,7); }
div.DivClassName
{
background-color: #BF9407;
}
.BgClassName
{
background-color: #BF9407;
}
</style>
border-color css
<style>
span { border-color: #BF9407; }
span { border-color: rgb(191,148,7); }
td.TdClassName
{
border-color: #BF9407;
}
.TagClassName
{
border-color: #BF9407;
}
</style>