Shades of Buddha Gold #BFA810
Tints of Buddha Gold #BFA810
RGB
CMYK
RGB Variations
Color information
#BFA810 (or 0xBFA810) is known color: Buddha Gold. HEX triplet: BF, A8 and 10. RGB value is (191,168,16). Sum of RGB (Red+Green+Blue) = 191+168+16=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA810 is #4057EF. Grayscale: #9E9E9E. Windows color (decimal): -4216816 or 1091775. OLE color: 1091775.
HSL color Cylindrical-coordinate representation of color #BFA810: hue angle of 52.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFA810 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.25 |
| HSL | 52.11º | 0.85% | 0.41% | - |
| HSV(B) | 52.11º | 0.92% | 0.75% | - |
| XYZ | 35.58 | 39.12 | 6.17 | - |
| YUV | 157.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 16 | 0 | 0.12 | 0.92 | 0.25 | 52.11 | 0.85 | 0.41 |
| Hex | BF | A8 | 10 | 0 | C | 5C | 19 | 34 | 55 | 29 |
| Octal | 277 | 250 | 20 | 0 | 14 | 134 | 31 | 64 | 125 | 51 |
| Binary | 10111111 | 10101000 | 10000 | 0 | 1100 | 1011100 | 11001 | 110100 | 1010101 | 101001 |
Color Harmonies of #BFA810
Complementary color
Monochromatic Colors of #BFA810
Black with #BFA810
Text Example
Text Example
White with #BFA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA810; }
p { color: rgb(191,168,16); }
H1.HeaderClassName
{
color: #BFA810;
}
.AnyTagClassName
{
color: #BFA810;
}
</style>
background-color css
<style>
a { background-color: #BFA810; }
a { background-color: rgb(191,168,16); }
div.DivClassName
{
background-color: #BFA810;
}
.BgClassName
{
background-color: #BFA810;
}
</style>
border-color css
<style>
span { border-color: #BFA810; }
span { border-color: rgb(191,168,16); }
td.TdClassName
{
border-color: #BFA810;
}
.TagClassName
{
border-color: #BFA810;
}
</style>