Shades of Buddha Gold #BFA112
Tints of Buddha Gold #BFA112
RGB
CMYK
RGB Variations
Color information
#BFA112 (or 0xBFA112) is known color: Buddha Gold. HEX triplet: BF, A1 and 12. RGB value is (191,161,18). Sum of RGB (Red+Green+Blue) = 191+161+18=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA112 is #405EED. Grayscale: #9A9A9A. Windows color (decimal): -4218606 or 1221055. OLE color: 1221055.
HSL color Cylindrical-coordinate representation of color #BFA112: hue angle of 49.6º 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 #BFA112 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 18 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.25 |
| HSL | 49.6º | 0.83% | 0.41% | - |
| HSV(B) | 49.6º | 0.91% | 0.75% | - |
| XYZ | 34.34 | 36.61 | 5.83 | - |
| YUV | 153.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 18 | 0 | 0.16 | 0.91 | 0.25 | 49.6 | 0.83 | 0.41 |
| Hex | BF | A1 | 12 | 0 | 10 | 5B | 19 | 32 | 53 | 29 |
| Octal | 277 | 241 | 22 | 0 | 20 | 133 | 31 | 62 | 123 | 51 |
| Binary | 10111111 | 10100001 | 10010 | 0 | 10000 | 1011011 | 11001 | 110010 | 1010011 | 101001 |
Color Harmonies of #BFA112
Complementary color
Monochromatic Colors of #BFA112
Black with #BFA112
Text Example
Text Example
White with #BFA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA112; }
p { color: rgb(191,161,18); }
H1.HeaderClassName
{
color: #BFA112;
}
.AnyTagClassName
{
color: #BFA112;
}
</style>
background-color css
<style>
a { background-color: #BFA112; }
a { background-color: rgb(191,161,18); }
div.DivClassName
{
background-color: #BFA112;
}
.BgClassName
{
background-color: #BFA112;
}
</style>
border-color css
<style>
span { border-color: #BFA112; }
span { border-color: rgb(191,161,18); }
td.TdClassName
{
border-color: #BFA112;
}
.TagClassName
{
border-color: #BFA112;
}
</style>