Shades of Dark Goldenrod #BF920C
Tints of Dark Goldenrod #BF920C
RGB
CMYK
RGB Variations
Color information
#BF920C (or 0xBF920C) is known color: Dark Goldenrod. HEX triplet: BF, 92 and 0C. RGB value is (191,146,12). Sum of RGB (Red+Green+Blue) = 191+146+12=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF920C is #406DF3. Grayscale: #909090. Windows color (decimal): -4222452 or 823999. OLE color: 823999.
HSL color Cylindrical-coordinate representation of color #BF920C: hue angle of 44.92º 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 #BF920C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.25 |
| HSL | 44.92º | 0.88% | 0.4% | - |
| HSV(B) | 44.92º | 0.94% | 0.75% | - |
| XYZ | 31.83 | 31.66 | 4.78 | - |
| YUV | 144.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 12 | 0 | 0.24 | 0.94 | 0.25 | 44.92 | 0.88 | 0.4 |
| Hex | BF | 92 | C | 0 | 18 | 5E | 19 | 2D | 58 | 28 |
| Octal | 277 | 222 | 14 | 0 | 30 | 136 | 31 | 55 | 130 | 50 |
| Binary | 10111111 | 10010010 | 1100 | 0 | 11000 | 1011110 | 11001 | 101101 | 1011000 | 101000 |
Color Harmonies of #BF920C
Complementary color
Monochromatic Colors of #BF920C
Black with #BF920C
Text Example
Text Example
White with #BF920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF920C; }
p { color: rgb(191,146,12); }
H1.HeaderClassName
{
color: #BF920C;
}
.AnyTagClassName
{
color: #BF920C;
}
</style>
background-color css
<style>
a { background-color: #BF920C; }
a { background-color: rgb(191,146,12); }
div.DivClassName
{
background-color: #BF920C;
}
.BgClassName
{
background-color: #BF920C;
}
</style>
border-color css
<style>
span { border-color: #BF920C; }
span { border-color: rgb(191,146,12); }
td.TdClassName
{
border-color: #BF920C;
}
.TagClassName
{
border-color: #BF920C;
}
</style>