Shades of Old Gold #BFBC2E
Tints of Old Gold #BFBC2E
RGB
CMYK
RGB Variations
Color information
#BFBC2E (or 0xBFBC2E) is known color: Old Gold. HEX triplet: BF, BC and 2E. RGB value is (191,188,46). Sum of RGB (Red+Green+Blue) = 191+188+46=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC2E is #4043D1. Grayscale: #ADADAD. Windows color (decimal): -4211666 or 3062975. OLE color: 3062975.
HSL color Cylindrical-coordinate representation of color #BFBC2E: hue angle of 58.76º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFBC2E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 46 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.25 |
| HSL | 58.76º | 0.61% | 0.46% | - |
| HSV(B) | 58.76º | 0.76% | 0.75% | - |
| XYZ | 39.96 | 47.24 | 9.6 | - |
| YUV | 172.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 46 | 0 | 0.02 | 0.76 | 0.25 | 58.76 | 0.61 | 0.46 |
| Hex | BF | BC | 2E | 0 | 2 | 4C | 19 | 3B | 3D | 2E |
| Octal | 277 | 274 | 56 | 0 | 2 | 114 | 31 | 73 | 75 | 56 |
| Binary | 10111111 | 10111100 | 101110 | 0 | 10 | 1001100 | 11001 | 111011 | 111101 | 101110 |
Color Harmonies of #BFBC2E
Complementary color
Monochromatic Colors of #BFBC2E
Black with #BFBC2E
Text Example
Text Example
White with #BFBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC2E; }
p { color: rgb(191,188,46); }
H1.HeaderClassName
{
color: #BFBC2E;
}
.AnyTagClassName
{
color: #BFBC2E;
}
</style>
background-color css
<style>
a { background-color: #BFBC2E; }
a { background-color: rgb(191,188,46); }
div.DivClassName
{
background-color: #BFBC2E;
}
.BgClassName
{
background-color: #BFBC2E;
}
</style>
border-color css
<style>
span { border-color: #BFBC2E; }
span { border-color: rgb(191,188,46); }
td.TdClassName
{
border-color: #BFBC2E;
}
.TagClassName
{
border-color: #BFBC2E;
}
</style>