Shades of Buddha Gold #BFA400
Tints of Buddha Gold #BFA400
RGB
CMYK
RGB Variations
Color information
#BFA400 (or 0xBFA400) is known color: Buddha Gold. HEX triplet: BF, A4 and 00. RGB value is (191,164,0). Sum of RGB (Red+Green+Blue) = 191+164+0=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA400 is #405BFF. Grayscale: #9A9A9A. Windows color (decimal): -4217856 or 42175. OLE color: 42175.
HSL color Cylindrical-coordinate representation of color #BFA400: hue angle of 51.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFA400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.25 |
| HSL | 51.52º | 1% | 0.37% | - |
| HSV(B) | 51.52º | 1% | 0.75% | - |
| XYZ | 34.76 | 37.63 | 5.43 | - |
| YUV | 153.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 0 | 0 | 0.14 | 1 | 0.25 | 51.52 | 1 | 0.37 |
| Hex | BF | A4 | 0 | 0 | E | 64 | 19 | 34 | 64 | 25 |
| Octal | 277 | 244 | 0 | 0 | 16 | 144 | 31 | 64 | 144 | 45 |
| Binary | 10111111 | 10100100 | 0 | 0 | 1110 | 1100100 | 11001 | 110100 | 1100100 | 100101 |
Color Harmonies of #BFA400
Complementary color
Monochromatic Colors of #BFA400
Black with #BFA400
Text Example
Text Example
White with #BFA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA400; }
p { color: rgb(191,164,0); }
H1.HeaderClassName
{
color: #BFA400;
}
.AnyTagClassName
{
color: #BFA400;
}
</style>
background-color css
<style>
a { background-color: #BFA400; }
a { background-color: rgb(191,164,0); }
div.DivClassName
{
background-color: #BFA400;
}
.BgClassName
{
background-color: #BFA400;
}
</style>
border-color css
<style>
span { border-color: #BFA400; }
span { border-color: rgb(191,164,0); }
td.TdClassName
{
border-color: #BFA400;
}
.TagClassName
{
border-color: #BFA400;
}
</style>