Shades of Buddha Gold #BF8D19
Tints of Buddha Gold #BF8D19
RGB
CMYK
RGB Variations
Color information
#BF8D19 (or 0xBF8D19) is known color: Buddha Gold. HEX triplet: BF, 8D and 19. RGB value is (191,141,25). Sum of RGB (Red+Green+Blue) = 191+141+25=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D19 is #4072E6. Grayscale: #8F8F8F. Windows color (decimal): -4223719 or 1674687. OLE color: 1674687.
HSL color Cylindrical-coordinate representation of color #BF8D19: hue angle of 41.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8D19 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.25 |
| HSL | 41.93º | 0.77% | 0.42% | - |
| HSV(B) | 41.93º | 0.87% | 0.75% | - |
| XYZ | 31.19 | 30.2 | 5.1 | - |
| YUV | 142.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 25 | 0 | 0.26 | 0.87 | 0.25 | 41.93 | 0.77 | 0.42 |
| Hex | BF | 8D | 19 | 0 | 1A | 57 | 19 | 2A | 4D | 2A |
| Octal | 277 | 215 | 31 | 0 | 32 | 127 | 31 | 52 | 115 | 52 |
| Binary | 10111111 | 10001101 | 11001 | 0 | 11010 | 1010111 | 11001 | 101010 | 1001101 | 101010 |
Color Harmonies of #BF8D19
Complementary color
Monochromatic Colors of #BF8D19
Black with #BF8D19
Text Example
Text Example
White with #BF8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D19; }
p { color: rgb(191,141,25); }
H1.HeaderClassName
{
color: #BF8D19;
}
.AnyTagClassName
{
color: #BF8D19;
}
</style>
background-color css
<style>
a { background-color: #BF8D19; }
a { background-color: rgb(191,141,25); }
div.DivClassName
{
background-color: #BF8D19;
}
.BgClassName
{
background-color: #BF8D19;
}
</style>
border-color css
<style>
span { border-color: #BF8D19; }
span { border-color: rgb(191,141,25); }
td.TdClassName
{
border-color: #BF8D19;
}
.TagClassName
{
border-color: #BF8D19;
}
</style>