Shades of Buddha Gold #BFA314
Tints of Buddha Gold #BFA314
RGB
CMYK
RGB Variations
Color information
#BFA314 (or 0xBFA314) is known color: Buddha Gold. HEX triplet: BF, A3 and 14. RGB value is (191,163,20). Sum of RGB (Red+Green+Blue) = 191+163+20=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA314 is #405CEB. Grayscale: #9B9B9B. Windows color (decimal): -4218092 or 1352639. OLE color: 1352639.
HSL color Cylindrical-coordinate representation of color #BFA314: hue angle of 50.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFA314 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.25 |
| HSL | 50.18º | 0.81% | 0.41% | - |
| HSV(B) | 50.18º | 0.9% | 0.75% | - |
| XYZ | 34.71 | 37.32 | 6.04 | - |
| YUV | 155.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 20 | 0 | 0.15 | 0.90 | 0.25 | 50.18 | 0.81 | 0.41 |
| Hex | BF | A3 | 14 | 0 | F | 5A | 19 | 32 | 51 | 29 |
| Octal | 277 | 243 | 24 | 0 | 17 | 132 | 31 | 62 | 121 | 51 |
| Binary | 10111111 | 10100011 | 10100 | 0 | 1111 | 1011010 | 11001 | 110010 | 1010001 | 101001 |
Color Harmonies of #BFA314
Complementary color
Monochromatic Colors of #BFA314
Black with #BFA314
Text Example
Text Example
White with #BFA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA314; }
p { color: rgb(191,163,20); }
H1.HeaderClassName
{
color: #BFA314;
}
.AnyTagClassName
{
color: #BFA314;
}
</style>
background-color css
<style>
a { background-color: #BFA314; }
a { background-color: rgb(191,163,20); }
div.DivClassName
{
background-color: #BFA314;
}
.BgClassName
{
background-color: #BFA314;
}
</style>
border-color css
<style>
span { border-color: #BFA314; }
span { border-color: rgb(191,163,20); }
td.TdClassName
{
border-color: #BFA314;
}
.TagClassName
{
border-color: #BFA314;
}
</style>