Shades of Buddha Gold #BFA10D
Tints of Buddha Gold #BFA10D
RGB
CMYK
RGB Variations
Color information
#BFA10D (or 0xBFA10D) is known color: Buddha Gold. HEX triplet: BF, A1 and 0D. RGB value is (191,161,13). Sum of RGB (Red+Green+Blue) = 191+161+13=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA10D is #405EF2. Grayscale: #999999. Windows color (decimal): -4218611 or 893375. OLE color: 893375.
HSL color Cylindrical-coordinate representation of color #BFA10D: hue angle of 49.89º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFA10D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 13 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.25 |
| HSL | 49.89º | 0.87% | 0.4% | - |
| HSV(B) | 49.89º | 0.93% | 0.75% | - |
| XYZ | 34.3 | 36.6 | 5.64 | - |
| YUV | 153.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 13 | 0 | 0.16 | 0.93 | 0.25 | 49.89 | 0.87 | 0.4 |
| Hex | BF | A1 | D | 0 | 10 | 5D | 19 | 32 | 57 | 28 |
| Octal | 277 | 241 | 15 | 0 | 20 | 135 | 31 | 62 | 127 | 50 |
| Binary | 10111111 | 10100001 | 1101 | 0 | 10000 | 1011101 | 11001 | 110010 | 1010111 | 101000 |
Color Harmonies of #BFA10D
Complementary color
Monochromatic Colors of #BFA10D
Black with #BFA10D
Text Example
Text Example
White with #BFA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA10D; }
p { color: rgb(191,161,13); }
H1.HeaderClassName
{
color: #BFA10D;
}
.AnyTagClassName
{
color: #BFA10D;
}
</style>
background-color css
<style>
a { background-color: #BFA10D; }
a { background-color: rgb(191,161,13); }
div.DivClassName
{
background-color: #BFA10D;
}
.BgClassName
{
background-color: #BFA10D;
}
</style>
border-color css
<style>
span { border-color: #BFA10D; }
span { border-color: rgb(191,161,13); }
td.TdClassName
{
border-color: #BFA10D;
}
.TagClassName
{
border-color: #BFA10D;
}
</style>