Shades of Dark Goldenrod #BF940C
Tints of Dark Goldenrod #BF940C
RGB
CMYK
RGB Variations
Color information
#BF940C (or 0xBF940C) is known color: Dark Goldenrod. HEX triplet: BF, 94 and 0C. RGB value is (191,148,12). Sum of RGB (Red+Green+Blue) = 191+148+12=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940C is #406BF3. Grayscale: #919191. Windows color (decimal): -4221940 or 824511. OLE color: 824511.
HSL color Cylindrical-coordinate representation of color #BF940C: hue angle of 45.59º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF940C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.25 |
| HSL | 45.59º | 0.88% | 0.4% | - |
| HSV(B) | 45.59º | 0.94% | 0.75% | - |
| XYZ | 32.14 | 32.28 | 4.88 | - |
| YUV | 145.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 12 | 0 | 0.23 | 0.94 | 0.25 | 45.59 | 0.88 | 0.4 |
| Hex | BF | 94 | C | 0 | 17 | 5E | 19 | 2E | 58 | 28 |
| Octal | 277 | 224 | 14 | 0 | 27 | 136 | 31 | 56 | 130 | 50 |
| Binary | 10111111 | 10010100 | 1100 | 0 | 10111 | 1011110 | 11001 | 101110 | 1011000 | 101000 |
Color Harmonies of #BF940C
Complementary color
Monochromatic Colors of #BF940C
Black with #BF940C
Text Example
Text Example
White with #BF940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF940C; }
p { color: rgb(191,148,12); }
H1.HeaderClassName
{
color: #BF940C;
}
.AnyTagClassName
{
color: #BF940C;
}
</style>
background-color css
<style>
a { background-color: #BF940C; }
a { background-color: rgb(191,148,12); }
div.DivClassName
{
background-color: #BF940C;
}
.BgClassName
{
background-color: #BF940C;
}
</style>
border-color css
<style>
span { border-color: #BF940C; }
span { border-color: rgb(191,148,12); }
td.TdClassName
{
border-color: #BF940C;
}
.TagClassName
{
border-color: #BF940C;
}
</style>