Shades of Old Gold #BFB83F
Tints of Old Gold #BFB83F
RGB
CMYK
RGB Variations
Color information
#BFB83F (or 0xBFB83F) is known color: Old Gold. HEX triplet: BF, B8 and 3F. RGB value is (191,184,63). Sum of RGB (Red+Green+Blue) = 191+184+63=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB83F is #4047C0. Grayscale: #ACACAC. Windows color (decimal): -4212673 or 4176063. OLE color: 4176063.
HSL color Cylindrical-coordinate representation of color #BFB83F: hue angle of 56.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFB83F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 63 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.25 |
| HSL | 56.72º | 0.5% | 0.5% | - |
| HSV(B) | 56.72º | 0.67% | 0.75% | - |
| XYZ | 39.52 | 45.72 | 11.44 | - |
| YUV | 172.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 63 | 0 | 0.04 | 0.67 | 0.25 | 56.72 | 0.5 | 0.5 |
| Hex | BF | B8 | 3F | 0 | 4 | 43 | 19 | 39 | 32 | 32 |
| Octal | 277 | 270 | 77 | 0 | 4 | 103 | 31 | 71 | 62 | 62 |
| Binary | 10111111 | 10111000 | 111111 | 0 | 100 | 1000011 | 11001 | 111001 | 110010 | 110010 |
Color Harmonies of #BFB83F
Complementary color
Monochromatic Colors of #BFB83F
Black with #BFB83F
Text Example
Text Example
White with #BFB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB83F; }
p { color: rgb(191,184,63); }
H1.HeaderClassName
{
color: #BFB83F;
}
.AnyTagClassName
{
color: #BFB83F;
}
</style>
background-color css
<style>
a { background-color: #BFB83F; }
a { background-color: rgb(191,184,63); }
div.DivClassName
{
background-color: #BFB83F;
}
.BgClassName
{
background-color: #BFB83F;
}
</style>
border-color css
<style>
span { border-color: #BFB83F; }
span { border-color: rgb(191,184,63); }
td.TdClassName
{
border-color: #BFB83F;
}
.TagClassName
{
border-color: #BFB83F;
}
</style>