Shades of Buddha Gold #BFA50F
Tints of Buddha Gold #BFA50F
RGB
CMYK
RGB Variations
Color information
#BFA50F (or 0xBFA50F) is known color: Buddha Gold. HEX triplet: BF, A5 and 0F. RGB value is (191,165,15). Sum of RGB (Red+Green+Blue) = 191+165+15=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA50F is #405AF0. Grayscale: #9C9C9C. Windows color (decimal): -4217585 or 1025471. OLE color: 1025471.
HSL color Cylindrical-coordinate representation of color #BFA50F: hue angle of 51.14º 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 #BFA50F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.25 |
| HSL | 51.14º | 0.85% | 0.4% | - |
| HSV(B) | 51.14º | 0.92% | 0.75% | - |
| XYZ | 35.03 | 38.02 | 5.94 | - |
| YUV | 155.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 15 | 0 | 0.14 | 0.92 | 0.25 | 51.14 | 0.85 | 0.4 |
| Hex | BF | A5 | F | 0 | E | 5C | 19 | 33 | 55 | 28 |
| Octal | 277 | 245 | 17 | 0 | 16 | 134 | 31 | 63 | 125 | 50 |
| Binary | 10111111 | 10100101 | 1111 | 0 | 1110 | 1011100 | 11001 | 110011 | 1010101 | 101000 |
Color Harmonies of #BFA50F
Complementary color
Monochromatic Colors of #BFA50F
Black with #BFA50F
Text Example
Text Example
White with #BFA50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA50F; }
p { color: rgb(191,165,15); }
H1.HeaderClassName
{
color: #BFA50F;
}
.AnyTagClassName
{
color: #BFA50F;
}
</style>
background-color css
<style>
a { background-color: #BFA50F; }
a { background-color: rgb(191,165,15); }
div.DivClassName
{
background-color: #BFA50F;
}
.BgClassName
{
background-color: #BFA50F;
}
</style>
border-color css
<style>
span { border-color: #BFA50F; }
span { border-color: rgb(191,165,15); }
td.TdClassName
{
border-color: #BFA50F;
}
.TagClassName
{
border-color: #BFA50F;
}
</style>