Shades of Buddha Gold #BFA204
Tints of Buddha Gold #BFA204
RGB
CMYK
RGB Variations
Color information
#BFA204 (or 0xBFA204) is known color: Buddha Gold. HEX triplet: BF, A2 and 04. RGB value is (191,162,4). Sum of RGB (Red+Green+Blue) = 191+162+4=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA204 is #405DFB. Grayscale: #999999. Windows color (decimal): -4218364 or 303807. OLE color: 303807.
HSL color Cylindrical-coordinate representation of color #BFA204: hue angle of 50.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFA204 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.25 |
| HSL | 50.7º | 0.96% | 0.38% | - |
| HSV(B) | 50.7º | 0.98% | 0.75% | - |
| XYZ | 34.43 | 36.93 | 5.43 | - |
| YUV | 152.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 4 | 0 | 0.15 | 0.98 | 0.25 | 50.7 | 0.96 | 0.38 |
| Hex | BF | A2 | 4 | 0 | F | 62 | 19 | 33 | 60 | 26 |
| Octal | 277 | 242 | 4 | 0 | 17 | 142 | 31 | 63 | 140 | 46 |
| Binary | 10111111 | 10100010 | 100 | 0 | 1111 | 1100010 | 11001 | 110011 | 1100000 | 100110 |
Color Harmonies of #BFA204
Complementary color
Monochromatic Colors of #BFA204
Black with #BFA204
Text Example
Text Example
White with #BFA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA204; }
p { color: rgb(191,162,4); }
H1.HeaderClassName
{
color: #BFA204;
}
.AnyTagClassName
{
color: #BFA204;
}
</style>
background-color css
<style>
a { background-color: #BFA204; }
a { background-color: rgb(191,162,4); }
div.DivClassName
{
background-color: #BFA204;
}
.BgClassName
{
background-color: #BFA204;
}
</style>
border-color css
<style>
span { border-color: #BFA204; }
span { border-color: rgb(191,162,4); }
td.TdClassName
{
border-color: #BFA204;
}
.TagClassName
{
border-color: #BFA204;
}
</style>