Shades of Buddha Gold #BFA412
Tints of Buddha Gold #BFA412
RGB
CMYK
RGB Variations
Color information
#BFA412 (or 0xBFA412) is known color: Buddha Gold. HEX triplet: BF, A4 and 12. RGB value is (191,164,18). Sum of RGB (Red+Green+Blue) = 191+164+18=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA412 is #405BED. Grayscale: #9C9C9C. Windows color (decimal): -4217838 or 1221823. OLE color: 1221823.
HSL color Cylindrical-coordinate representation of color #BFA412: hue angle of 50.64º 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 #BFA412 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 18 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.25 |
| HSL | 50.64º | 0.83% | 0.41% | - |
| HSV(B) | 50.64º | 0.91% | 0.75% | - |
| XYZ | 34.87 | 37.67 | 6.01 | - |
| YUV | 155.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 18 | 0 | 0.14 | 0.91 | 0.25 | 50.64 | 0.83 | 0.41 |
| Hex | BF | A4 | 12 | 0 | E | 5B | 19 | 33 | 53 | 29 |
| Octal | 277 | 244 | 22 | 0 | 16 | 133 | 31 | 63 | 123 | 51 |
| Binary | 10111111 | 10100100 | 10010 | 0 | 1110 | 1011011 | 11001 | 110011 | 1010011 | 101001 |
Color Harmonies of #BFA412
Complementary color
Monochromatic Colors of #BFA412
Black with #BFA412
Text Example
Text Example
White with #BFA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA412; }
p { color: rgb(191,164,18); }
H1.HeaderClassName
{
color: #BFA412;
}
.AnyTagClassName
{
color: #BFA412;
}
</style>
background-color css
<style>
a { background-color: #BFA412; }
a { background-color: rgb(191,164,18); }
div.DivClassName
{
background-color: #BFA412;
}
.BgClassName
{
background-color: #BFA412;
}
</style>
border-color css
<style>
span { border-color: #BFA412; }
span { border-color: rgb(191,164,18); }
td.TdClassName
{
border-color: #BFA412;
}
.TagClassName
{
border-color: #BFA412;
}
</style>