Shades of Buddha Gold #BFA800
Tints of Buddha Gold #BFA800
RGB
CMYK
RGB Variations
Color information
#BFA800 (or 0xBFA800) is known color: Buddha Gold. HEX triplet: BF, A8 and 00. RGB value is (191,168,0). Sum of RGB (Red+Green+Blue) = 191+168+0=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA800 is #4057FF. Grayscale: #9C9C9C. Windows color (decimal): -4216832 or 43199. OLE color: 43199.
HSL color Cylindrical-coordinate representation of color #BFA800: hue angle of 52.77º 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 #BFA800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.25 |
| HSL | 52.77º | 1% | 0.37% | - |
| HSV(B) | 52.77º | 1% | 0.75% | - |
| XYZ | 35.49 | 39.08 | 5.67 | - |
| YUV | 155.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 0 | 0 | 0.12 | 1 | 0.25 | 52.77 | 1 | 0.37 |
| Hex | BF | A8 | 0 | 0 | C | 64 | 19 | 35 | 64 | 25 |
| Octal | 277 | 250 | 0 | 0 | 14 | 144 | 31 | 65 | 144 | 45 |
| Binary | 10111111 | 10101000 | 0 | 0 | 1100 | 1100100 | 11001 | 110101 | 1100100 | 100101 |
Color Harmonies of #BFA800
Complementary color
Monochromatic Colors of #BFA800
Black with #BFA800
Text Example
Text Example
White with #BFA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA800; }
p { color: rgb(191,168,0); }
H1.HeaderClassName
{
color: #BFA800;
}
.AnyTagClassName
{
color: #BFA800;
}
</style>
background-color css
<style>
a { background-color: #BFA800; }
a { background-color: rgb(191,168,0); }
div.DivClassName
{
background-color: #BFA800;
}
.BgClassName
{
background-color: #BFA800;
}
</style>
border-color css
<style>
span { border-color: #BFA800; }
span { border-color: rgb(191,168,0); }
td.TdClassName
{
border-color: #BFA800;
}
.TagClassName
{
border-color: #BFA800;
}
</style>