Shades of Buddha Gold #BFA60C
Tints of Buddha Gold #BFA60C
RGB
CMYK
RGB Variations
Color information
#BFA60C (or 0xBFA60C) is known color: Buddha Gold. HEX triplet: BF, A6 and 0C. RGB value is (191,166,12). Sum of RGB (Red+Green+Blue) = 191+166+12=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA60C is #4059F3. Grayscale: #9C9C9C. Windows color (decimal): -4217332 or 829119. OLE color: 829119.
HSL color Cylindrical-coordinate representation of color #BFA60C: hue angle of 51.62º 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 #BFA60C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.25 |
| HSL | 51.62º | 0.88% | 0.4% | - |
| HSV(B) | 51.62º | 0.94% | 0.75% | - |
| XYZ | 35.19 | 38.38 | 5.9 | - |
| YUV | 155.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 12 | 0 | 0.13 | 0.94 | 0.25 | 51.62 | 0.88 | 0.4 |
| Hex | BF | A6 | C | 0 | D | 5E | 19 | 34 | 58 | 28 |
| Octal | 277 | 246 | 14 | 0 | 15 | 136 | 31 | 64 | 130 | 50 |
| Binary | 10111111 | 10100110 | 1100 | 0 | 1101 | 1011110 | 11001 | 110100 | 1011000 | 101000 |
Color Harmonies of #BFA60C
Complementary color
Monochromatic Colors of #BFA60C
Black with #BFA60C
Text Example
Text Example
White with #BFA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA60C; }
p { color: rgb(191,166,12); }
H1.HeaderClassName
{
color: #BFA60C;
}
.AnyTagClassName
{
color: #BFA60C;
}
</style>
background-color css
<style>
a { background-color: #BFA60C; }
a { background-color: rgb(191,166,12); }
div.DivClassName
{
background-color: #BFA60C;
}
.BgClassName
{
background-color: #BFA60C;
}
</style>
border-color css
<style>
span { border-color: #BFA60C; }
span { border-color: rgb(191,166,12); }
td.TdClassName
{
border-color: #BFA60C;
}
.TagClassName
{
border-color: #BFA60C;
}
</style>