Shades of Buddha Gold #BFA615
Tints of Buddha Gold #BFA615
RGB
CMYK
RGB Variations
Color information
#BFA615 (or 0xBFA615) is known color: Buddha Gold. HEX triplet: BF, A6 and 15. RGB value is (191,166,21). Sum of RGB (Red+Green+Blue) = 191+166+21=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA615 is #4059EA. Grayscale: #9D9D9D. Windows color (decimal): -4217323 or 1418943. OLE color: 1418943.
HSL color Cylindrical-coordinate representation of color #BFA615: hue angle of 51.18º 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 #BFA615 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 21 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.25 |
| HSL | 51.18º | 0.8% | 0.42% | - |
| HSV(B) | 51.18º | 0.89% | 0.75% | - |
| XYZ | 35.26 | 38.4 | 6.26 | - |
| YUV | 156.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 21 | 0 | 0.13 | 0.89 | 0.25 | 51.18 | 0.8 | 0.42 |
| Hex | BF | A6 | 15 | 0 | D | 59 | 19 | 33 | 50 | 2A |
| Octal | 277 | 246 | 25 | 0 | 15 | 131 | 31 | 63 | 120 | 52 |
| Binary | 10111111 | 10100110 | 10101 | 0 | 1101 | 1011001 | 11001 | 110011 | 1010000 | 101010 |
Color Harmonies of #BFA615
Complementary color
Monochromatic Colors of #BFA615
Black with #BFA615
Text Example
Text Example
White with #BFA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA615; }
p { color: rgb(191,166,21); }
H1.HeaderClassName
{
color: #BFA615;
}
.AnyTagClassName
{
color: #BFA615;
}
</style>
background-color css
<style>
a { background-color: #BFA615; }
a { background-color: rgb(191,166,21); }
div.DivClassName
{
background-color: #BFA615;
}
.BgClassName
{
background-color: #BFA615;
}
</style>
border-color css
<style>
span { border-color: #BFA615; }
span { border-color: rgb(191,166,21); }
td.TdClassName
{
border-color: #BFA615;
}
.TagClassName
{
border-color: #BFA615;
}
</style>