Shades of Buddha Gold #BFA215
Tints of Buddha Gold #BFA215
RGB
CMYK
RGB Variations
Color information
#BFA215 (or 0xBFA215) is known color: Buddha Gold. HEX triplet: BF, A2 and 15. RGB value is (191,162,21). Sum of RGB (Red+Green+Blue) = 191+162+21=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA215 is #405DEA. Grayscale: #9B9B9B. Windows color (decimal): -4218347 or 1417919. OLE color: 1417919.
HSL color Cylindrical-coordinate representation of color #BFA215: hue angle of 49.76º 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 #BFA215 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 21 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.25 |
| HSL | 49.76º | 0.8% | 0.42% | - |
| HSV(B) | 49.76º | 0.89% | 0.75% | - |
| XYZ | 34.54 | 36.97 | 6.03 | - |
| YUV | 154.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 21 | 0 | 0.15 | 0.89 | 0.25 | 49.76 | 0.8 | 0.42 |
| Hex | BF | A2 | 15 | 0 | F | 59 | 19 | 32 | 50 | 2A |
| Octal | 277 | 242 | 25 | 0 | 17 | 131 | 31 | 62 | 120 | 52 |
| Binary | 10111111 | 10100010 | 10101 | 0 | 1111 | 1011001 | 11001 | 110010 | 1010000 | 101010 |
Color Harmonies of #BFA215
Complementary color
Monochromatic Colors of #BFA215
Black with #BFA215
Text Example
Text Example
White with #BFA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA215; }
p { color: rgb(191,162,21); }
H1.HeaderClassName
{
color: #BFA215;
}
.AnyTagClassName
{
color: #BFA215;
}
</style>
background-color css
<style>
a { background-color: #BFA215; }
a { background-color: rgb(191,162,21); }
div.DivClassName
{
background-color: #BFA215;
}
.BgClassName
{
background-color: #BFA215;
}
</style>
border-color css
<style>
span { border-color: #BFA215; }
span { border-color: rgb(191,162,21); }
td.TdClassName
{
border-color: #BFA215;
}
.TagClassName
{
border-color: #BFA215;
}
</style>