Shades of Old Gold #BFB33B
Tints of Old Gold #BFB33B
RGB
CMYK
RGB Variations
Color information
#BFB33B (or 0xBFB33B) is known color: Old Gold. HEX triplet: BF, B3 and 3B. RGB value is (191,179,59). Sum of RGB (Red+Green+Blue) = 191+179+59=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB33B is #404CC4. Grayscale: #A9A9A9. Windows color (decimal): -4213957 or 3912639. OLE color: 3912639.
HSL color Cylindrical-coordinate representation of color #BFB33B: hue angle of 54.55º 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 #BFB33B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 59 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.25 |
| HSL | 54.55º | 0.53% | 0.49% | - |
| HSV(B) | 54.55º | 0.69% | 0.75% | - |
| XYZ | 38.4 | 43.63 | 10.54 | - |
| YUV | 168.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 59 | 0 | 0.06 | 0.69 | 0.25 | 54.55 | 0.53 | 0.49 |
| Hex | BF | B3 | 3B | 0 | 6 | 45 | 19 | 37 | 35 | 31 |
| Octal | 277 | 263 | 73 | 0 | 6 | 105 | 31 | 67 | 65 | 61 |
| Binary | 10111111 | 10110011 | 111011 | 0 | 110 | 1000101 | 11001 | 110111 | 110101 | 110001 |
Color Harmonies of #BFB33B
Complementary color
Monochromatic Colors of #BFB33B
Black with #BFB33B
Text Example
Text Example
White with #BFB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB33B; }
p { color: rgb(191,179,59); }
H1.HeaderClassName
{
color: #BFB33B;
}
.AnyTagClassName
{
color: #BFB33B;
}
</style>
background-color css
<style>
a { background-color: #BFB33B; }
a { background-color: rgb(191,179,59); }
div.DivClassName
{
background-color: #BFB33B;
}
.BgClassName
{
background-color: #BFB33B;
}
</style>
border-color css
<style>
span { border-color: #BFB33B; }
span { border-color: rgb(191,179,59); }
td.TdClassName
{
border-color: #BFB33B;
}
.TagClassName
{
border-color: #BFB33B;
}
</style>