Shades of Buddha Gold #BFA90C
Tints of Buddha Gold #BFA90C
RGB
CMYK
RGB Variations
Color information
#BFA90C (or 0xBFA90C) is known color: Buddha Gold. HEX triplet: BF, A9 and 0C. RGB value is (191,169,12). Sum of RGB (Red+Green+Blue) = 191+169+12=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA90C is #4056F3. Grayscale: #9E9E9E. Windows color (decimal): -4216564 or 829887. OLE color: 829887.
HSL color Cylindrical-coordinate representation of color #BFA90C: hue angle of 52.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFA90C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.25 |
| HSL | 52.63º | 0.88% | 0.4% | - |
| HSV(B) | 52.63º | 0.94% | 0.75% | - |
| XYZ | 35.74 | 39.48 | 6.08 | - |
| YUV | 157.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 12 | 0 | 0.12 | 0.94 | 0.25 | 52.63 | 0.88 | 0.4 |
| Hex | BF | A9 | C | 0 | C | 5E | 19 | 35 | 58 | 28 |
| Octal | 277 | 251 | 14 | 0 | 14 | 136 | 31 | 65 | 130 | 50 |
| Binary | 10111111 | 10101001 | 1100 | 0 | 1100 | 1011110 | 11001 | 110101 | 1011000 | 101000 |
Color Harmonies of #BFA90C
Complementary color
Monochromatic Colors of #BFA90C
Black with #BFA90C
Text Example
Text Example
White with #BFA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA90C; }
p { color: rgb(191,169,12); }
H1.HeaderClassName
{
color: #BFA90C;
}
.AnyTagClassName
{
color: #BFA90C;
}
</style>
background-color css
<style>
a { background-color: #BFA90C; }
a { background-color: rgb(191,169,12); }
div.DivClassName
{
background-color: #BFA90C;
}
.BgClassName
{
background-color: #BFA90C;
}
</style>
border-color css
<style>
span { border-color: #BFA90C; }
span { border-color: rgb(191,169,12); }
td.TdClassName
{
border-color: #BFA90C;
}
.TagClassName
{
border-color: #BFA90C;
}
</style>