Shades of Buddha Gold #BFA30F
Tints of Buddha Gold #BFA30F
RGB
CMYK
RGB Variations
Color information
#BFA30F (or 0xBFA30F) is known color: Buddha Gold. HEX triplet: BF, A3 and 0F. RGB value is (191,163,15). Sum of RGB (Red+Green+Blue) = 191+163+15=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA30F is #405CF0. Grayscale: #9B9B9B. Windows color (decimal): -4218097 or 1024959. OLE color: 1024959.
HSL color Cylindrical-coordinate representation of color #BFA30F: hue angle of 50.45º 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 #BFA30F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 15 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.25 |
| HSL | 50.45º | 0.85% | 0.4% | - |
| HSV(B) | 50.45º | 0.92% | 0.75% | - |
| XYZ | 34.67 | 37.31 | 5.83 | - |
| YUV | 154.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 15 | 0 | 0.15 | 0.92 | 0.25 | 50.45 | 0.85 | 0.4 |
| Hex | BF | A3 | F | 0 | F | 5C | 19 | 32 | 55 | 28 |
| Octal | 277 | 243 | 17 | 0 | 17 | 134 | 31 | 62 | 125 | 50 |
| Binary | 10111111 | 10100011 | 1111 | 0 | 1111 | 1011100 | 11001 | 110010 | 1010101 | 101000 |
Color Harmonies of #BFA30F
Complementary color
Monochromatic Colors of #BFA30F
Black with #BFA30F
Text Example
Text Example
White with #BFA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA30F; }
p { color: rgb(191,163,15); }
H1.HeaderClassName
{
color: #BFA30F;
}
.AnyTagClassName
{
color: #BFA30F;
}
</style>
background-color css
<style>
a { background-color: #BFA30F; }
a { background-color: rgb(191,163,15); }
div.DivClassName
{
background-color: #BFA30F;
}
.BgClassName
{
background-color: #BFA30F;
}
</style>
border-color css
<style>
span { border-color: #BFA30F; }
span { border-color: rgb(191,163,15); }
td.TdClassName
{
border-color: #BFA30F;
}
.TagClassName
{
border-color: #BFA30F;
}
</style>