Shades of Buddha Gold #BFA005
Tints of Buddha Gold #BFA005
RGB
CMYK
RGB Variations
Color information
#BFA005 (or 0xBFA005) is known color: Buddha Gold. HEX triplet: BF, A0 and 05. RGB value is (191,160,5). Sum of RGB (Red+Green+Blue) = 191+160+5=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA005 is #405FFA. Grayscale: #989898. Windows color (decimal): -4218875 or 368831. OLE color: 368831.
HSL color Cylindrical-coordinate representation of color #BFA005: hue angle of 50º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFA005 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.25 |
| HSL | 50º | 0.95% | 0.38% | - |
| HSV(B) | 50º | 0.97% | 0.75% | - |
| XYZ | 34.08 | 36.23 | 5.34 | - |
| YUV | 151.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 5 | 0 | 0.16 | 0.97 | 0.25 | 50 | 0.95 | 0.38 |
| Hex | BF | A0 | 5 | 0 | 10 | 61 | 19 | 32 | 5F | 26 |
| Octal | 277 | 240 | 5 | 0 | 20 | 141 | 31 | 62 | 137 | 46 |
| Binary | 10111111 | 10100000 | 101 | 0 | 10000 | 1100001 | 11001 | 110010 | 1011111 | 100110 |
Color Harmonies of #BFA005
Complementary color
Monochromatic Colors of #BFA005
Black with #BFA005
Text Example
Text Example
White with #BFA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA005; }
p { color: rgb(191,160,5); }
H1.HeaderClassName
{
color: #BFA005;
}
.AnyTagClassName
{
color: #BFA005;
}
</style>
background-color css
<style>
a { background-color: #BFA005; }
a { background-color: rgb(191,160,5); }
div.DivClassName
{
background-color: #BFA005;
}
.BgClassName
{
background-color: #BFA005;
}
</style>
border-color css
<style>
span { border-color: #BFA005; }
span { border-color: rgb(191,160,5); }
td.TdClassName
{
border-color: #BFA005;
}
.TagClassName
{
border-color: #BFA005;
}
</style>