Shades of Buddha Gold #BFA210
Tints of Buddha Gold #BFA210
RGB
CMYK
RGB Variations
Color information
#BFA210 (or 0xBFA210) is known color: Buddha Gold. HEX triplet: BF, A2 and 10. RGB value is (191,162,16). Sum of RGB (Red+Green+Blue) = 191+162+16=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA210 is #405DEF. Grayscale: #9A9A9A. Windows color (decimal): -4218352 or 1090239. OLE color: 1090239.
HSL color Cylindrical-coordinate representation of color #BFA210: hue angle of 50.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFA210 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.25 |
| HSL | 50.06º | 0.85% | 0.41% | - |
| HSV(B) | 50.06º | 0.92% | 0.75% | - |
| XYZ | 34.5 | 36.95 | 5.8 | - |
| YUV | 154.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 16 | 0 | 0.15 | 0.92 | 0.25 | 50.06 | 0.85 | 0.41 |
| Hex | BF | A2 | 10 | 0 | F | 5C | 19 | 32 | 55 | 29 |
| Octal | 277 | 242 | 20 | 0 | 17 | 134 | 31 | 62 | 125 | 51 |
| Binary | 10111111 | 10100010 | 10000 | 0 | 1111 | 1011100 | 11001 | 110010 | 1010101 | 101001 |
Color Harmonies of #BFA210
Complementary color
Monochromatic Colors of #BFA210
Black with #BFA210
Text Example
Text Example
White with #BFA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA210; }
p { color: rgb(191,162,16); }
H1.HeaderClassName
{
color: #BFA210;
}
.AnyTagClassName
{
color: #BFA210;
}
</style>
background-color css
<style>
a { background-color: #BFA210; }
a { background-color: rgb(191,162,16); }
div.DivClassName
{
background-color: #BFA210;
}
.BgClassName
{
background-color: #BFA210;
}
</style>
border-color css
<style>
span { border-color: #BFA210; }
span { border-color: rgb(191,162,16); }
td.TdClassName
{
border-color: #BFA210;
}
.TagClassName
{
border-color: #BFA210;
}
</style>