Shades of Old Gold #BFB73D
Tints of Old Gold #BFB73D
RGB
CMYK
RGB Variations
Color information
#BFB73D (or 0xBFB73D) is known color: Old Gold. HEX triplet: BF, B7 and 3D. RGB value is (191,183,61). Sum of RGB (Red+Green+Blue) = 191+183+61=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB73D is #4048C2. Grayscale: #ABABAB. Windows color (decimal): -4212931 or 4044735. OLE color: 4044735.
HSL color Cylindrical-coordinate representation of color #BFB73D: hue angle of 56.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFB73D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 61 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.25 |
| HSL | 56.31º | 0.52% | 0.49% | - |
| HSV(B) | 56.31º | 0.68% | 0.75% | - |
| XYZ | 39.26 | 45.28 | 11.09 | - |
| YUV | 171.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 61 | 0 | 0.04 | 0.68 | 0.25 | 56.31 | 0.52 | 0.49 |
| Hex | BF | B7 | 3D | 0 | 4 | 44 | 19 | 38 | 34 | 31 |
| Octal | 277 | 267 | 75 | 0 | 4 | 104 | 31 | 70 | 64 | 61 |
| Binary | 10111111 | 10110111 | 111101 | 0 | 100 | 1000100 | 11001 | 111000 | 110100 | 110001 |
Color Harmonies of #BFB73D
Complementary color
Monochromatic Colors of #BFB73D
Black with #BFB73D
Text Example
Text Example
White with #BFB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB73D; }
p { color: rgb(191,183,61); }
H1.HeaderClassName
{
color: #BFB73D;
}
.AnyTagClassName
{
color: #BFB73D;
}
</style>
background-color css
<style>
a { background-color: #BFB73D; }
a { background-color: rgb(191,183,61); }
div.DivClassName
{
background-color: #BFB73D;
}
.BgClassName
{
background-color: #BFB73D;
}
</style>
border-color css
<style>
span { border-color: #BFB73D; }
span { border-color: rgb(191,183,61); }
td.TdClassName
{
border-color: #BFB73D;
}
.TagClassName
{
border-color: #BFB73D;
}
</style>