Shades of Buddha Gold #BFA415
Tints of Buddha Gold #BFA415
RGB
CMYK
RGB Variations
Color information
#BFA415 (or 0xBFA415) is known color: Buddha Gold. HEX triplet: BF, A4 and 15. RGB value is (191,164,21). Sum of RGB (Red+Green+Blue) = 191+164+21=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA415 is #405BEA. Grayscale: #9C9C9C. Windows color (decimal): -4217835 or 1418431. OLE color: 1418431.
HSL color Cylindrical-coordinate representation of color #BFA415: hue angle of 50.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFA415 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 21 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.25 |
| HSL | 50.47º | 0.8% | 0.42% | - |
| HSV(B) | 50.47º | 0.89% | 0.75% | - |
| XYZ | 34.9 | 37.68 | 6.14 | - |
| YUV | 155.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 21 | 0 | 0.14 | 0.89 | 0.25 | 50.47 | 0.8 | 0.42 |
| Hex | BF | A4 | 15 | 0 | E | 59 | 19 | 32 | 50 | 2A |
| Octal | 277 | 244 | 25 | 0 | 16 | 131 | 31 | 62 | 120 | 52 |
| Binary | 10111111 | 10100100 | 10101 | 0 | 1110 | 1011001 | 11001 | 110010 | 1010000 | 101010 |
Color Harmonies of #BFA415
Complementary color
Monochromatic Colors of #BFA415
Black with #BFA415
Text Example
Text Example
White with #BFA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA415; }
p { color: rgb(191,164,21); }
H1.HeaderClassName
{
color: #BFA415;
}
.AnyTagClassName
{
color: #BFA415;
}
</style>
background-color css
<style>
a { background-color: #BFA415; }
a { background-color: rgb(191,164,21); }
div.DivClassName
{
background-color: #BFA415;
}
.BgClassName
{
background-color: #BFA415;
}
</style>
border-color css
<style>
span { border-color: #BFA415; }
span { border-color: rgb(191,164,21); }
td.TdClassName
{
border-color: #BFA415;
}
.TagClassName
{
border-color: #BFA415;
}
</style>