Shades of Buddha Gold #BFA600
Tints of Buddha Gold #BFA600
RGB
CMYK
RGB Variations
Color information
#BFA600 (or 0xBFA600) is known color: Buddha Gold. HEX triplet: BF, A6 and 00. RGB value is (191,166,0). Sum of RGB (Red+Green+Blue) = 191+166+0=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA600 is #4059FF. Grayscale: #9B9B9B. Windows color (decimal): -4217344 or 42687. OLE color: 42687.
HSL color Cylindrical-coordinate representation of color #BFA600: hue angle of 52.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFA600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.25 |
| HSL | 52.15º | 1% | 0.37% | - |
| HSV(B) | 52.15º | 1% | 0.75% | - |
| XYZ | 35.12 | 38.35 | 5.55 | - |
| YUV | 154.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 0 | 0 | 0.13 | 1 | 0.25 | 52.15 | 1 | 0.37 |
| Hex | BF | A6 | 0 | 0 | D | 64 | 19 | 34 | 64 | 25 |
| Octal | 277 | 246 | 0 | 0 | 15 | 144 | 31 | 64 | 144 | 45 |
| Binary | 10111111 | 10100110 | 0 | 0 | 1101 | 1100100 | 11001 | 110100 | 1100100 | 100101 |
Color Harmonies of #BFA600
Complementary color
Monochromatic Colors of #BFA600
Black with #BFA600
Text Example
Text Example
White with #BFA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA600; }
p { color: rgb(191,166,0); }
H1.HeaderClassName
{
color: #BFA600;
}
.AnyTagClassName
{
color: #BFA600;
}
</style>
background-color css
<style>
a { background-color: #BFA600; }
a { background-color: rgb(191,166,0); }
div.DivClassName
{
background-color: #BFA600;
}
.BgClassName
{
background-color: #BFA600;
}
</style>
border-color css
<style>
span { border-color: #BFA600; }
span { border-color: rgb(191,166,0); }
td.TdClassName
{
border-color: #BFA600;
}
.TagClassName
{
border-color: #BFA600;
}
</style>