Shades of Old Gold #BFBB30
Tints of Old Gold #BFBB30
RGB
CMYK
RGB Variations
Color information
#BFBB30 (or 0xBFBB30) is known color: Old Gold. HEX triplet: BF, BB and 30. RGB value is (191,187,48). Sum of RGB (Red+Green+Blue) = 191+187+48=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB30 is #4044CF. Grayscale: #ACACAC. Windows color (decimal): -4211920 or 3193791. OLE color: 3193791.
HSL color Cylindrical-coordinate representation of color #BFBB30: hue angle of 58.32º degrees, saturation: 0.6, 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 #BFBB30 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 48 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.25 |
| HSL | 58.32º | 0.6% | 0.47% | - |
| HSV(B) | 58.32º | 0.75% | 0.75% | - |
| XYZ | 39.79 | 46.83 | 9.74 | - |
| YUV | 172.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 48 | 0 | 0.02 | 0.75 | 0.25 | 58.32 | 0.6 | 0.47 |
| Hex | BF | BB | 30 | 0 | 2 | 4B | 19 | 3A | 3C | 2F |
| Octal | 277 | 273 | 60 | 0 | 2 | 113 | 31 | 72 | 74 | 57 |
| Binary | 10111111 | 10111011 | 110000 | 0 | 10 | 1001011 | 11001 | 111010 | 111100 | 101111 |
Color Harmonies of #BFBB30
Complementary color
Monochromatic Colors of #BFBB30
Black with #BFBB30
Text Example
Text Example
White with #BFBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB30; }
p { color: rgb(191,187,48); }
H1.HeaderClassName
{
color: #BFBB30;
}
.AnyTagClassName
{
color: #BFBB30;
}
</style>
background-color css
<style>
a { background-color: #BFBB30; }
a { background-color: rgb(191,187,48); }
div.DivClassName
{
background-color: #BFBB30;
}
.BgClassName
{
background-color: #BFBB30;
}
</style>
border-color css
<style>
span { border-color: #BFBB30; }
span { border-color: rgb(191,187,48); }
td.TdClassName
{
border-color: #BFBB30;
}
.TagClassName
{
border-color: #BFBB30;
}
</style>