Shades of Buddha Gold #BFA401
Tints of Buddha Gold #BFA401
RGB
CMYK
RGB Variations
Color information
#BFA401 (or 0xBFA401) is known color: Buddha Gold. HEX triplet: BF, A4 and 01. RGB value is (191,164,1). Sum of RGB (Red+Green+Blue) = 191+164+1=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA401 is #405BFE. Grayscale: #9A9A9A. Windows color (decimal): -4217855 or 107711. OLE color: 107711.
HSL color Cylindrical-coordinate representation of color #BFA401: hue angle of 51.47º 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 #BFA401 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.25 |
| HSL | 51.47º | 0.99% | 0.38% | - |
| HSV(B) | 51.47º | 0.99% | 0.75% | - |
| XYZ | 34.77 | 37.63 | 5.46 | - |
| YUV | 153.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 1 | 0 | 0.14 | 0.99 | 0.25 | 51.47 | 0.99 | 0.38 |
| Hex | BF | A4 | 1 | 0 | E | 63 | 19 | 33 | 63 | 26 |
| Octal | 277 | 244 | 1 | 0 | 16 | 143 | 31 | 63 | 143 | 46 |
| Binary | 10111111 | 10100100 | 1 | 0 | 1110 | 1100011 | 11001 | 110011 | 1100011 | 100110 |
Color Harmonies of #BFA401
Complementary color
Monochromatic Colors of #BFA401
Black with #BFA401
Text Example
Text Example
White with #BFA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA401; }
p { color: rgb(191,164,1); }
H1.HeaderClassName
{
color: #BFA401;
}
.AnyTagClassName
{
color: #BFA401;
}
</style>
background-color css
<style>
a { background-color: #BFA401; }
a { background-color: rgb(191,164,1); }
div.DivClassName
{
background-color: #BFA401;
}
.BgClassName
{
background-color: #BFA401;
}
</style>
border-color css
<style>
span { border-color: #BFA401; }
span { border-color: rgb(191,164,1); }
td.TdClassName
{
border-color: #BFA401;
}
.TagClassName
{
border-color: #BFA401;
}
</style>