Shades of Old Gold #BFBA2E
Tints of Old Gold #BFBA2E
RGB
CMYK
RGB Variations
Color information
#BFBA2E (or 0xBFBA2E) is known color: Old Gold. HEX triplet: BF, BA and 2E. RGB value is (191,186,46). Sum of RGB (Red+Green+Blue) = 191+186+46=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA2E is #4045D1. Grayscale: #ACACAC. Windows color (decimal): -4212178 or 3062463. OLE color: 3062463.
HSL color Cylindrical-coordinate representation of color #BFBA2E: hue angle of 57.93º 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 #BFBA2E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 46 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.25 |
| HSL | 57.93º | 0.61% | 0.46% | - |
| HSV(B) | 57.93º | 0.76% | 0.75% | - |
| XYZ | 39.54 | 46.39 | 9.46 | - |
| YUV | 171.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 46 | 0 | 0.03 | 0.76 | 0.25 | 57.93 | 0.61 | 0.46 |
| Hex | BF | BA | 2E | 0 | 3 | 4C | 19 | 3A | 3D | 2E |
| Octal | 277 | 272 | 56 | 0 | 3 | 114 | 31 | 72 | 75 | 56 |
| Binary | 10111111 | 10111010 | 101110 | 0 | 11 | 1001100 | 11001 | 111010 | 111101 | 101110 |
Color Harmonies of #BFBA2E
Complementary color
Monochromatic Colors of #BFBA2E
Black with #BFBA2E
Text Example
Text Example
White with #BFBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA2E; }
p { color: rgb(191,186,46); }
H1.HeaderClassName
{
color: #BFBA2E;
}
.AnyTagClassName
{
color: #BFBA2E;
}
</style>
background-color css
<style>
a { background-color: #BFBA2E; }
a { background-color: rgb(191,186,46); }
div.DivClassName
{
background-color: #BFBA2E;
}
.BgClassName
{
background-color: #BFBA2E;
}
</style>
border-color css
<style>
span { border-color: #BFBA2E; }
span { border-color: rgb(191,186,46); }
td.TdClassName
{
border-color: #BFBA2E;
}
.TagClassName
{
border-color: #BFBA2E;
}
</style>