Shades of Old Gold #BFB92F
Tints of Old Gold #BFB92F
RGB
CMYK
RGB Variations
Color information
#BFB92F (or 0xBFB92F) is known color: Old Gold. HEX triplet: BF, B9 and 2F. RGB value is (191,185,47). Sum of RGB (Red+Green+Blue) = 191+185+47=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB92F is #4046D0. Grayscale: #ABABAB. Windows color (decimal): -4212433 or 3127743. OLE color: 3127743.
HSL color Cylindrical-coordinate representation of color #BFB92F: hue angle of 57.5º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFB92F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 47 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.25 |
| HSL | 57.5º | 0.61% | 0.47% | - |
| HSV(B) | 57.5º | 0.75% | 0.75% | - |
| XYZ | 39.35 | 45.98 | 9.49 | - |
| YUV | 171.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 47 | 0 | 0.03 | 0.75 | 0.25 | 57.5 | 0.61 | 0.47 |
| Hex | BF | B9 | 2F | 0 | 3 | 4B | 19 | 3A | 3D | 2F |
| Octal | 277 | 271 | 57 | 0 | 3 | 113 | 31 | 72 | 75 | 57 |
| Binary | 10111111 | 10111001 | 101111 | 0 | 11 | 1001011 | 11001 | 111010 | 111101 | 101111 |
Color Harmonies of #BFB92F
Complementary color
Monochromatic Colors of #BFB92F
Black with #BFB92F
Text Example
Text Example
White with #BFB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB92F; }
p { color: rgb(191,185,47); }
H1.HeaderClassName
{
color: #BFB92F;
}
.AnyTagClassName
{
color: #BFB92F;
}
</style>
background-color css
<style>
a { background-color: #BFB92F; }
a { background-color: rgb(191,185,47); }
div.DivClassName
{
background-color: #BFB92F;
}
.BgClassName
{
background-color: #BFB92F;
}
</style>
border-color css
<style>
span { border-color: #BFB92F; }
span { border-color: rgb(191,185,47); }
td.TdClassName
{
border-color: #BFB92F;
}
.TagClassName
{
border-color: #BFB92F;
}
</style>