Shades of Buddha Gold #BFA50C
Tints of Buddha Gold #BFA50C
RGB
CMYK
RGB Variations
Color information
#BFA50C (or 0xBFA50C) is known color: Buddha Gold. HEX triplet: BF, A5 and 0C. RGB value is (191,165,12). Sum of RGB (Red+Green+Blue) = 191+165+12=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA50C is #405AF3. Grayscale: #9B9B9B. Windows color (decimal): -4217588 or 828863. OLE color: 828863.
HSL color Cylindrical-coordinate representation of color #BFA50C: hue angle of 51.28º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFA50C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.25 |
| HSL | 51.28º | 0.88% | 0.4% | - |
| HSV(B) | 51.28º | 0.94% | 0.75% | - |
| XYZ | 35.01 | 38.01 | 5.84 | - |
| YUV | 155.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 12 | 0 | 0.14 | 0.94 | 0.25 | 51.28 | 0.88 | 0.4 |
| Hex | BF | A5 | C | 0 | E | 5E | 19 | 33 | 58 | 28 |
| Octal | 277 | 245 | 14 | 0 | 16 | 136 | 31 | 63 | 130 | 50 |
| Binary | 10111111 | 10100101 | 1100 | 0 | 1110 | 1011110 | 11001 | 110011 | 1011000 | 101000 |
Color Harmonies of #BFA50C
Complementary color
Monochromatic Colors of #BFA50C
Black with #BFA50C
Text Example
Text Example
White with #BFA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA50C; }
p { color: rgb(191,165,12); }
H1.HeaderClassName
{
color: #BFA50C;
}
.AnyTagClassName
{
color: #BFA50C;
}
</style>
background-color css
<style>
a { background-color: #BFA50C; }
a { background-color: rgb(191,165,12); }
div.DivClassName
{
background-color: #BFA50C;
}
.BgClassName
{
background-color: #BFA50C;
}
</style>
border-color css
<style>
span { border-color: #BFA50C; }
span { border-color: rgb(191,165,12); }
td.TdClassName
{
border-color: #BFA50C;
}
.TagClassName
{
border-color: #BFA50C;
}
</style>