Shades of Buddha Gold #BFA612
Tints of Buddha Gold #BFA612
RGB
CMYK
RGB Variations
Color information
#BFA612 (or 0xBFA612) is known color: Buddha Gold. HEX triplet: BF, A6 and 12. RGB value is (191,166,18). Sum of RGB (Red+Green+Blue) = 191+166+18=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA612 is #4059ED. Grayscale: #9D9D9D. Windows color (decimal): -4217326 or 1222335. OLE color: 1222335.
HSL color Cylindrical-coordinate representation of color #BFA612: hue angle of 51.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFA612 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 18 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.25 |
| HSL | 51.33º | 0.83% | 0.41% | - |
| HSV(B) | 51.33º | 0.91% | 0.75% | - |
| XYZ | 35.23 | 38.39 | 6.13 | - |
| YUV | 156.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 18 | 0 | 0.13 | 0.91 | 0.25 | 51.33 | 0.83 | 0.41 |
| Hex | BF | A6 | 12 | 0 | D | 5B | 19 | 33 | 53 | 29 |
| Octal | 277 | 246 | 22 | 0 | 15 | 133 | 31 | 63 | 123 | 51 |
| Binary | 10111111 | 10100110 | 10010 | 0 | 1101 | 1011011 | 11001 | 110011 | 1010011 | 101001 |
Color Harmonies of #BFA612
Complementary color
Monochromatic Colors of #BFA612
Black with #BFA612
Text Example
Text Example
White with #BFA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA612; }
p { color: rgb(191,166,18); }
H1.HeaderClassName
{
color: #BFA612;
}
.AnyTagClassName
{
color: #BFA612;
}
</style>
background-color css
<style>
a { background-color: #BFA612; }
a { background-color: rgb(191,166,18); }
div.DivClassName
{
background-color: #BFA612;
}
.BgClassName
{
background-color: #BFA612;
}
</style>
border-color css
<style>
span { border-color: #BFA612; }
span { border-color: rgb(191,166,18); }
td.TdClassName
{
border-color: #BFA612;
}
.TagClassName
{
border-color: #BFA612;
}
</style>