Shades of Old Gold #BFBF34
Tints of Old Gold #BFBF34
RGB
CMYK
RGB Variations
Color information
#BFBF34 (or 0xBFBF34) is known color: Old Gold. HEX triplet: BF, BF and 34. RGB value is (191,191,52). Sum of RGB (Red+Green+Blue) = 191+191+52=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF34 is #4040CB. Grayscale: #AFAFAF. Windows color (decimal): -4210892 or 3456959. OLE color: 3456959.
HSL color Cylindrical-coordinate representation of color #BFBF34: hue angle of 60º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFBF34 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 52 | - |
| CMYK | 0 | 0 | 0.73 | 0.25 |
| HSL | 60º | 0.57% | 0.48% | - |
| HSV(B) | 60º | 0.73% | 0.75% | - |
| XYZ | 40.74 | 48.59 | 10.48 | - |
| YUV | 175.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 52 | 0 | 0 | 0.73 | 0.25 | 60 | 0.57 | 0.48 |
| Hex | BF | BF | 34 | 0 | 0 | 49 | 19 | 3C | 39 | 30 |
| Octal | 277 | 277 | 64 | 0 | 0 | 111 | 31 | 74 | 71 | 60 |
| Binary | 10111111 | 10111111 | 110100 | 0 | 0 | 1001001 | 11001 | 111100 | 111001 | 110000 |
Color Harmonies of #BFBF34
Complementary color
Monochromatic Colors of #BFBF34
Black with #BFBF34
Text Example
Text Example
White with #BFBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF34; }
p { color: rgb(191,191,52); }
H1.HeaderClassName
{
color: #BFBF34;
}
.AnyTagClassName
{
color: #BFBF34;
}
</style>
background-color css
<style>
a { background-color: #BFBF34; }
a { background-color: rgb(191,191,52); }
div.DivClassName
{
background-color: #BFBF34;
}
.BgClassName
{
background-color: #BFBF34;
}
</style>
border-color css
<style>
span { border-color: #BFBF34; }
span { border-color: rgb(191,191,52); }
td.TdClassName
{
border-color: #BFBF34;
}
.TagClassName
{
border-color: #BFBF34;
}
</style>