Shades of Dark Goldenrod #BF920B
Tints of Dark Goldenrod #BF920B
RGB
CMYK
RGB Variations
Color information
#BF920B (or 0xBF920B) is known color: Dark Goldenrod. HEX triplet: BF, 92 and 0B. RGB value is (191,146,11). Sum of RGB (Red+Green+Blue) = 191+146+11=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF920B is #406DF4. Grayscale: #909090. Windows color (decimal): -4222453 or 758463. OLE color: 758463.
HSL color Cylindrical-coordinate representation of color #BF920B: hue angle of 45º degrees, saturation: 0.89, 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 #BF920B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.25 |
| HSL | 45º | 0.89% | 0.4% | - |
| HSV(B) | 45º | 0.94% | 0.75% | - |
| XYZ | 31.83 | 31.66 | 4.75 | - |
| YUV | 144.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 11 | 0 | 0.24 | 0.94 | 0.25 | 45 | 0.89 | 0.4 |
| Hex | BF | 92 | B | 0 | 18 | 5E | 19 | 2D | 59 | 28 |
| Octal | 277 | 222 | 13 | 0 | 30 | 136 | 31 | 55 | 131 | 50 |
| Binary | 10111111 | 10010010 | 1011 | 0 | 11000 | 1011110 | 11001 | 101101 | 1011001 | 101000 |
Color Harmonies of #BF920B
Complementary color
Monochromatic Colors of #BF920B
Black with #BF920B
Text Example
Text Example
White with #BF920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF920B; }
p { color: rgb(191,146,11); }
H1.HeaderClassName
{
color: #BF920B;
}
.AnyTagClassName
{
color: #BF920B;
}
</style>
background-color css
<style>
a { background-color: #BF920B; }
a { background-color: rgb(191,146,11); }
div.DivClassName
{
background-color: #BF920B;
}
.BgClassName
{
background-color: #BF920B;
}
</style>
border-color css
<style>
span { border-color: #BF920B; }
span { border-color: rgb(191,146,11); }
td.TdClassName
{
border-color: #BF920B;
}
.TagClassName
{
border-color: #BF920B;
}
</style>