Shades of Buddha Gold #BFA201
Tints of Buddha Gold #BFA201
RGB
CMYK
RGB Variations
Color information
#BFA201 (or 0xBFA201) is known color: Buddha Gold. HEX triplet: BF, A2 and 01. RGB value is (191,162,1). Sum of RGB (Red+Green+Blue) = 191+162+1=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA201 is #405DFE. Grayscale: #989898. Windows color (decimal): -4218367 or 107199. OLE color: 107199.
HSL color Cylindrical-coordinate representation of color #BFA201: hue angle of 50.84º degrees, saturation: 0.99, 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 #BFA201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.25 |
| HSL | 50.84º | 0.99% | 0.38% | - |
| HSV(B) | 50.84º | 0.99% | 0.75% | - |
| XYZ | 34.41 | 36.92 | 5.34 | - |
| YUV | 152.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 1 | 0 | 0.15 | 0.99 | 0.25 | 50.84 | 0.99 | 0.38 |
| Hex | BF | A2 | 1 | 0 | F | 63 | 19 | 33 | 63 | 26 |
| Octal | 277 | 242 | 1 | 0 | 17 | 143 | 31 | 63 | 143 | 46 |
| Binary | 10111111 | 10100010 | 1 | 0 | 1111 | 1100011 | 11001 | 110011 | 1100011 | 100110 |
Color Harmonies of #BFA201
Complementary color
Monochromatic Colors of #BFA201
Black with #BFA201
Text Example
Text Example
White with #BFA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA201; }
p { color: rgb(191,162,1); }
H1.HeaderClassName
{
color: #BFA201;
}
.AnyTagClassName
{
color: #BFA201;
}
</style>
background-color css
<style>
a { background-color: #BFA201; }
a { background-color: rgb(191,162,1); }
div.DivClassName
{
background-color: #BFA201;
}
.BgClassName
{
background-color: #BFA201;
}
</style>
border-color css
<style>
span { border-color: #BFA201; }
span { border-color: rgb(191,162,1); }
td.TdClassName
{
border-color: #BFA201;
}
.TagClassName
{
border-color: #BFA201;
}
</style>