Shades of Buddha Gold #BFA002
Tints of Buddha Gold #BFA002
RGB
CMYK
RGB Variations
Color information
#BFA002 (or 0xBFA002) is known color: Buddha Gold. HEX triplet: BF, A0 and 02. RGB value is (191,160,2). Sum of RGB (Red+Green+Blue) = 191+160+2=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA002 is #405FFD. Grayscale: #979797. Windows color (decimal): -4218878 or 172223. OLE color: 172223.
HSL color Cylindrical-coordinate representation of color #BFA002: hue angle of 50.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFA002 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.25 |
| HSL | 50.16º | 0.98% | 0.38% | - |
| HSV(B) | 50.16º | 0.99% | 0.75% | - |
| XYZ | 34.07 | 36.22 | 5.25 | - |
| YUV | 151.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 2 | 0 | 0.16 | 0.99 | 0.25 | 50.16 | 0.98 | 0.38 |
| Hex | BF | A0 | 2 | 0 | 10 | 63 | 19 | 32 | 62 | 26 |
| Octal | 277 | 240 | 2 | 0 | 20 | 143 | 31 | 62 | 142 | 46 |
| Binary | 10111111 | 10100000 | 10 | 0 | 10000 | 1100011 | 11001 | 110010 | 1100010 | 100110 |
Color Harmonies of #BFA002
Complementary color
Monochromatic Colors of #BFA002
Black with #BFA002
Text Example
Text Example
White with #BFA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA002; }
p { color: rgb(191,160,2); }
H1.HeaderClassName
{
color: #BFA002;
}
.AnyTagClassName
{
color: #BFA002;
}
</style>
background-color css
<style>
a { background-color: #BFA002; }
a { background-color: rgb(191,160,2); }
div.DivClassName
{
background-color: #BFA002;
}
.BgClassName
{
background-color: #BFA002;
}
</style>
border-color css
<style>
span { border-color: #BFA002; }
span { border-color: rgb(191,160,2); }
td.TdClassName
{
border-color: #BFA002;
}
.TagClassName
{
border-color: #BFA002;
}
</style>