Shades of Buddha Gold #BFA122
Tints of Buddha Gold #BFA122
RGB
CMYK
RGB Variations
Color information
#BFA122 (or 0xBFA122) is known color: Buddha Gold. HEX triplet: BF, A1 and 22. RGB value is (191,161,34). Sum of RGB (Red+Green+Blue) = 191+161+34=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA122 is #405EDD. Grayscale: #9C9C9C. Windows color (decimal): -4218590 or 2269631. OLE color: 2269631.
HSL color Cylindrical-coordinate representation of color #BFA122: hue angle of 48.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFA122 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 34 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.25 |
| HSL | 48.54º | 0.7% | 0.44% | - |
| HSV(B) | 48.54º | 0.82% | 0.75% | - |
| XYZ | 34.52 | 36.68 | 6.77 | - |
| YUV | 155.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 34 | 0 | 0.16 | 0.82 | 0.25 | 48.54 | 0.7 | 0.44 |
| Hex | BF | A1 | 22 | 0 | 10 | 52 | 19 | 31 | 46 | 2C |
| Octal | 277 | 241 | 42 | 0 | 20 | 122 | 31 | 61 | 106 | 54 |
| Binary | 10111111 | 10100001 | 100010 | 0 | 10000 | 1010010 | 11001 | 110001 | 1000110 | 101100 |
Color Harmonies of #BFA122
Complementary color
Monochromatic Colors of #BFA122
Black with #BFA122
Text Example
Text Example
White with #BFA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA122; }
p { color: rgb(191,161,34); }
H1.HeaderClassName
{
color: #BFA122;
}
.AnyTagClassName
{
color: #BFA122;
}
</style>
background-color css
<style>
a { background-color: #BFA122; }
a { background-color: rgb(191,161,34); }
div.DivClassName
{
background-color: #BFA122;
}
.BgClassName
{
background-color: #BFA122;
}
</style>
border-color css
<style>
span { border-color: #BFA122; }
span { border-color: rgb(191,161,34); }
td.TdClassName
{
border-color: #BFA122;
}
.TagClassName
{
border-color: #BFA122;
}
</style>