Shades of Buddha Gold #BFA000
Tints of Buddha Gold #BFA000
RGB
CMYK
RGB Variations
Color information
#BFA000 (or 0xBFA000) is known color: Buddha Gold. HEX triplet: BF, A0 and 00. RGB value is (191,160,0). Sum of RGB (Red+Green+Blue) = 191+160+0=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA000 is #405FFF. Grayscale: #979797. Windows color (decimal): -4218880 or 41151. OLE color: 41151.
HSL color Cylindrical-coordinate representation of color #BFA000: hue angle of 50.26º 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 #BFA000 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.25 |
| HSL | 50.26º | 1% | 0.37% | - |
| HSV(B) | 50.26º | 1% | 0.75% | - |
| XYZ | 34.06 | 36.22 | 5.2 | - |
| YUV | 151.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 0 | 0 | 0.16 | 1 | 0.25 | 50.26 | 1 | 0.37 |
| Hex | BF | A0 | 0 | 0 | 10 | 64 | 19 | 32 | 64 | 25 |
| Octal | 277 | 240 | 0 | 0 | 20 | 144 | 31 | 62 | 144 | 45 |
| Binary | 10111111 | 10100000 | 0 | 0 | 10000 | 1100100 | 11001 | 110010 | 1100100 | 100101 |
Color Harmonies of #BFA000
Complementary color
Monochromatic Colors of #BFA000
Black with #BFA000
Text Example
Text Example
White with #BFA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA000; }
p { color: rgb(191,160,0); }
H1.HeaderClassName
{
color: #BFA000;
}
.AnyTagClassName
{
color: #BFA000;
}
</style>
background-color css
<style>
a { background-color: #BFA000; }
a { background-color: rgb(191,160,0); }
div.DivClassName
{
background-color: #BFA000;
}
.BgClassName
{
background-color: #BFA000;
}
</style>
border-color css
<style>
span { border-color: #BFA000; }
span { border-color: rgb(191,160,0); }
td.TdClassName
{
border-color: #BFA000;
}
.TagClassName
{
border-color: #BFA000;
}
</style>