Shades of Buddha Gold #BFA004
Tints of Buddha Gold #BFA004
RGB
CMYK
RGB Variations
Color information
#BFA004 (or 0xBFA004) is known color: Buddha Gold. HEX triplet: BF, A0 and 04. RGB value is (191,160,4). Sum of RGB (Red+Green+Blue) = 191+160+4=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA004 is #405FFB. Grayscale: #989898. Windows color (decimal): -4218876 or 303295. OLE color: 303295.
HSL color Cylindrical-coordinate representation of color #BFA004: hue angle of 50.05º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFA004 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.25 |
| HSL | 50.05º | 0.96% | 0.38% | - |
| HSV(B) | 50.05º | 0.98% | 0.75% | - |
| XYZ | 34.08 | 36.23 | 5.31 | - |
| YUV | 151.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 4 | 0 | 0.16 | 0.98 | 0.25 | 50.05 | 0.96 | 0.38 |
| Hex | BF | A0 | 4 | 0 | 10 | 62 | 19 | 32 | 60 | 26 |
| Octal | 277 | 240 | 4 | 0 | 20 | 142 | 31 | 62 | 140 | 46 |
| Binary | 10111111 | 10100000 | 100 | 0 | 10000 | 1100010 | 11001 | 110010 | 1100000 | 100110 |
Color Harmonies of #BFA004
Complementary color
Monochromatic Colors of #BFA004
Black with #BFA004
Text Example
Text Example
White with #BFA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA004; }
p { color: rgb(191,160,4); }
H1.HeaderClassName
{
color: #BFA004;
}
.AnyTagClassName
{
color: #BFA004;
}
</style>
background-color css
<style>
a { background-color: #BFA004; }
a { background-color: rgb(191,160,4); }
div.DivClassName
{
background-color: #BFA004;
}
.BgClassName
{
background-color: #BFA004;
}
</style>
border-color css
<style>
span { border-color: #BFA004; }
span { border-color: rgb(191,160,4); }
td.TdClassName
{
border-color: #BFA004;
}
.TagClassName
{
border-color: #BFA004;
}
</style>