Shades of Buddha Gold #BFA90D
Tints of Buddha Gold #BFA90D
RGB
CMYK
RGB Variations
Color information
#BFA90D (or 0xBFA90D) is known color: Buddha Gold. HEX triplet: BF, A9 and 0D. RGB value is (191,169,13). Sum of RGB (Red+Green+Blue) = 191+169+13=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA90D is #4056F2. Grayscale: #9E9E9E. Windows color (decimal): -4216563 or 895423. OLE color: 895423.
HSL color Cylindrical-coordinate representation of color #BFA90D: hue angle of 52.58º 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 #BFA90D is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 13 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.25 |
| HSL | 52.58º | 0.87% | 0.4% | - |
| HSV(B) | 52.58º | 0.93% | 0.75% | - |
| XYZ | 35.75 | 39.48 | 6.12 | - |
| YUV | 157.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 13 | 0 | 0.12 | 0.93 | 0.25 | 52.58 | 0.87 | 0.4 |
| Hex | BF | A9 | D | 0 | C | 5D | 19 | 35 | 57 | 28 |
| Octal | 277 | 251 | 15 | 0 | 14 | 135 | 31 | 65 | 127 | 50 |
| Binary | 10111111 | 10101001 | 1101 | 0 | 1100 | 1011101 | 11001 | 110101 | 1010111 | 101000 |
Color Harmonies of #BFA90D
Complementary color
Monochromatic Colors of #BFA90D
Black with #BFA90D
Text Example
Text Example
White with #BFA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA90D; }
p { color: rgb(191,169,13); }
H1.HeaderClassName
{
color: #BFA90D;
}
.AnyTagClassName
{
color: #BFA90D;
}
</style>
background-color css
<style>
a { background-color: #BFA90D; }
a { background-color: rgb(191,169,13); }
div.DivClassName
{
background-color: #BFA90D;
}
.BgClassName
{
background-color: #BFA90D;
}
</style>
border-color css
<style>
span { border-color: #BFA90D; }
span { border-color: rgb(191,169,13); }
td.TdClassName
{
border-color: #BFA90D;
}
.TagClassName
{
border-color: #BFA90D;
}
</style>