Shades of Buddha Gold #BF940D
Tints of Buddha Gold #BF940D
RGB
CMYK
RGB Variations
Color information
#BF940D (or 0xBF940D) is known color: Buddha Gold. HEX triplet: BF, 94 and 0D. RGB value is (191,148,13). Sum of RGB (Red+Green+Blue) = 191+148+13=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940D is #406BF2. Grayscale: #929292. Windows color (decimal): -4221939 or 890047. OLE color: 890047.
HSL color Cylindrical-coordinate representation of color #BF940D: hue angle of 45.51º 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 #BF940D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.51º | 0.87% | 0.4% | - |
| HSV(B) | 45.51º | 0.93% | 0.75% | - |
| XYZ | 32.15 | 32.29 | 4.92 | - |
| YUV | 145.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 13 | 0 | 0.23 | 0.93 | 0.25 | 45.51 | 0.87 | 0.4 |
| Hex | BF | 94 | D | 0 | 17 | 5D | 19 | 2E | 57 | 28 |
| Octal | 277 | 224 | 15 | 0 | 27 | 135 | 31 | 56 | 127 | 50 |
| Binary | 10111111 | 10010100 | 1101 | 0 | 10111 | 1011101 | 11001 | 101110 | 1010111 | 101000 |
Color Harmonies of #BF940D
Complementary color
Monochromatic Colors of #BF940D
Black with #BF940D
Text Example
Text Example
White with #BF940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF940D; }
p { color: rgb(191,148,13); }
H1.HeaderClassName
{
color: #BF940D;
}
.AnyTagClassName
{
color: #BF940D;
}
</style>
background-color css
<style>
a { background-color: #BF940D; }
a { background-color: rgb(191,148,13); }
div.DivClassName
{
background-color: #BF940D;
}
.BgClassName
{
background-color: #BF940D;
}
</style>
border-color css
<style>
span { border-color: #BF940D; }
span { border-color: rgb(191,148,13); }
td.TdClassName
{
border-color: #BF940D;
}
.TagClassName
{
border-color: #BF940D;
}
</style>