Shades of Buddha Gold #BFA804
Tints of Buddha Gold #BFA804
RGB
CMYK
RGB Variations
Color information
#BFA804 (or 0xBFA804) is known color: Buddha Gold. HEX triplet: BF, A8 and 04. RGB value is (191,168,4). Sum of RGB (Red+Green+Blue) = 191+168+4=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA804 is #4057FB. Grayscale: #9C9C9C. Windows color (decimal): -4216828 or 305343. OLE color: 305343.
HSL color Cylindrical-coordinate representation of color #BFA804: hue angle of 52.62º 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 #BFA804 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.25 |
| HSL | 52.62º | 0.96% | 0.38% | - |
| HSV(B) | 52.62º | 0.98% | 0.75% | - |
| XYZ | 35.51 | 39.09 | 5.79 | - |
| YUV | 156.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 4 | 0 | 0.12 | 0.98 | 0.25 | 52.62 | 0.96 | 0.38 |
| Hex | BF | A8 | 4 | 0 | C | 62 | 19 | 35 | 60 | 26 |
| Octal | 277 | 250 | 4 | 0 | 14 | 142 | 31 | 65 | 140 | 46 |
| Binary | 10111111 | 10101000 | 100 | 0 | 1100 | 1100010 | 11001 | 110101 | 1100000 | 100110 |
Color Harmonies of #BFA804
Complementary color
Monochromatic Colors of #BFA804
Black with #BFA804
Text Example
Text Example
White with #BFA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA804; }
p { color: rgb(191,168,4); }
H1.HeaderClassName
{
color: #BFA804;
}
.AnyTagClassName
{
color: #BFA804;
}
</style>
background-color css
<style>
a { background-color: #BFA804; }
a { background-color: rgb(191,168,4); }
div.DivClassName
{
background-color: #BFA804;
}
.BgClassName
{
background-color: #BFA804;
}
</style>
border-color css
<style>
span { border-color: #BFA804; }
span { border-color: rgb(191,168,4); }
td.TdClassName
{
border-color: #BFA804;
}
.TagClassName
{
border-color: #BFA804;
}
</style>