Shades of Buddha Gold #BFA40F
Tints of Buddha Gold #BFA40F
RGB
CMYK
RGB Variations
Color information
#BFA40F (or 0xBFA40F) is known color: Buddha Gold. HEX triplet: BF, A4 and 0F. RGB value is (191,164,15). Sum of RGB (Red+Green+Blue) = 191+164+15=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA40F is #405BF0. Grayscale: #9B9B9B. Windows color (decimal): -4217841 or 1025215. OLE color: 1025215.
HSL color Cylindrical-coordinate representation of color #BFA40F: hue angle of 50.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFA40F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.25 |
| HSL | 50.8º | 0.85% | 0.4% | - |
| HSV(B) | 50.8º | 0.92% | 0.75% | - |
| XYZ | 34.85 | 37.66 | 5.88 | - |
| YUV | 155.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 15 | 0 | 0.14 | 0.92 | 0.25 | 50.8 | 0.85 | 0.4 |
| Hex | BF | A4 | F | 0 | E | 5C | 19 | 33 | 55 | 28 |
| Octal | 277 | 244 | 17 | 0 | 16 | 134 | 31 | 63 | 125 | 50 |
| Binary | 10111111 | 10100100 | 1111 | 0 | 1110 | 1011100 | 11001 | 110011 | 1010101 | 101000 |
Color Harmonies of #BFA40F
Complementary color
Monochromatic Colors of #BFA40F
Black with #BFA40F
Text Example
Text Example
White with #BFA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA40F; }
p { color: rgb(191,164,15); }
H1.HeaderClassName
{
color: #BFA40F;
}
.AnyTagClassName
{
color: #BFA40F;
}
</style>
background-color css
<style>
a { background-color: #BFA40F; }
a { background-color: rgb(191,164,15); }
div.DivClassName
{
background-color: #BFA40F;
}
.BgClassName
{
background-color: #BFA40F;
}
</style>
border-color css
<style>
span { border-color: #BFA40F; }
span { border-color: rgb(191,164,15); }
td.TdClassName
{
border-color: #BFA40F;
}
.TagClassName
{
border-color: #BFA40F;
}
</style>