Shades of Old Gold #BFB93B
Tints of Old Gold #BFB93B
RGB
CMYK
RGB Variations
Color information
#BFB93B (or 0xBFB93B) is known color: Old Gold. HEX triplet: BF, B9 and 3B. RGB value is (191,185,59). Sum of RGB (Red+Green+Blue) = 191+185+59=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB93B is #4046C4. Grayscale: #ACACAC. Windows color (decimal): -4212421 or 3914175. OLE color: 3914175.
HSL color Cylindrical-coordinate representation of color #BFB93B: hue angle of 57.27º degrees, saturation: 0.53, 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 #BFB93B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 59 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.25 |
| HSL | 57.27º | 0.53% | 0.49% | - |
| HSV(B) | 57.27º | 0.69% | 0.75% | - |
| XYZ | 39.62 | 46.09 | 10.95 | - |
| YUV | 172.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 59 | 0 | 0.03 | 0.69 | 0.25 | 57.27 | 0.53 | 0.49 |
| Hex | BF | B9 | 3B | 0 | 3 | 45 | 19 | 39 | 35 | 31 |
| Octal | 277 | 271 | 73 | 0 | 3 | 105 | 31 | 71 | 65 | 61 |
| Binary | 10111111 | 10111001 | 111011 | 0 | 11 | 1000101 | 11001 | 111001 | 110101 | 110001 |
Color Harmonies of #BFB93B
Complementary color
Monochromatic Colors of #BFB93B
Black with #BFB93B
Text Example
Text Example
White with #BFB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB93B; }
p { color: rgb(191,185,59); }
H1.HeaderClassName
{
color: #BFB93B;
}
.AnyTagClassName
{
color: #BFB93B;
}
</style>
background-color css
<style>
a { background-color: #BFB93B; }
a { background-color: rgb(191,185,59); }
div.DivClassName
{
background-color: #BFB93B;
}
.BgClassName
{
background-color: #BFB93B;
}
</style>
border-color css
<style>
span { border-color: #BFB93B; }
span { border-color: rgb(191,185,59); }
td.TdClassName
{
border-color: #BFB93B;
}
.TagClassName
{
border-color: #BFB93B;
}
</style>