Shades of Old Gold #BFB73C
Tints of Old Gold #BFB73C
RGB
CMYK
RGB Variations
Color information
#BFB73C (or 0xBFB73C) is known color: Old Gold. HEX triplet: BF, B7 and 3C. RGB value is (191,183,60). Sum of RGB (Red+Green+Blue) = 191+183+60=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB73C is #4048C3. Grayscale: #ABABAB. Windows color (decimal): -4212932 or 3979199. OLE color: 3979199.
HSL color Cylindrical-coordinate representation of color #BFB73C: hue angle of 56.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFB73C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 60 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.25 |
| HSL | 56.34º | 0.52% | 0.49% | - |
| HSV(B) | 56.34º | 0.69% | 0.75% | - |
| XYZ | 39.23 | 45.27 | 10.94 | - |
| YUV | 171.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 60 | 0 | 0.04 | 0.69 | 0.25 | 56.34 | 0.52 | 0.49 |
| Hex | BF | B7 | 3C | 0 | 4 | 45 | 19 | 38 | 34 | 31 |
| Octal | 277 | 267 | 74 | 0 | 4 | 105 | 31 | 70 | 64 | 61 |
| Binary | 10111111 | 10110111 | 111100 | 0 | 100 | 1000101 | 11001 | 111000 | 110100 | 110001 |
Color Harmonies of #BFB73C
Complementary color
Monochromatic Colors of #BFB73C
Black with #BFB73C
Text Example
Text Example
White with #BFB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB73C; }
p { color: rgb(191,183,60); }
H1.HeaderClassName
{
color: #BFB73C;
}
.AnyTagClassName
{
color: #BFB73C;
}
</style>
background-color css
<style>
a { background-color: #BFB73C; }
a { background-color: rgb(191,183,60); }
div.DivClassName
{
background-color: #BFB73C;
}
.BgClassName
{
background-color: #BFB73C;
}
</style>
border-color css
<style>
span { border-color: #BFB73C; }
span { border-color: rgb(191,183,60); }
td.TdClassName
{
border-color: #BFB73C;
}
.TagClassName
{
border-color: #BFB73C;
}
</style>