Shades of Buddha Gold #BF970D
Tints of Buddha Gold #BF970D
RGB
CMYK
RGB Variations
Color information
#BF970D (or 0xBF970D) is known color: Buddha Gold. HEX triplet: BF, 97 and 0D. RGB value is (191,151,13). Sum of RGB (Red+Green+Blue) = 191+151+13=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF970D is #4068F2. Grayscale: #939393. Windows color (decimal): -4221171 or 890815. OLE color: 890815.
HSL color Cylindrical-coordinate representation of color #BF970D: hue angle of 46.52º 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 #BF970D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.25 |
| HSL | 46.52º | 0.87% | 0.4% | - |
| HSV(B) | 46.52º | 0.93% | 0.75% | - |
| XYZ | 32.63 | 33.24 | 5.08 | - |
| YUV | 147.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 13 | 0 | 0.21 | 0.93 | 0.25 | 46.52 | 0.87 | 0.4 |
| Hex | BF | 97 | D | 0 | 15 | 5D | 19 | 2F | 57 | 28 |
| Octal | 277 | 227 | 15 | 0 | 25 | 135 | 31 | 57 | 127 | 50 |
| Binary | 10111111 | 10010111 | 1101 | 0 | 10101 | 1011101 | 11001 | 101111 | 1010111 | 101000 |
Color Harmonies of #BF970D
Complementary color
Monochromatic Colors of #BF970D
Black with #BF970D
Text Example
Text Example
White with #BF970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF970D; }
p { color: rgb(191,151,13); }
H1.HeaderClassName
{
color: #BF970D;
}
.AnyTagClassName
{
color: #BF970D;
}
</style>
background-color css
<style>
a { background-color: #BF970D; }
a { background-color: rgb(191,151,13); }
div.DivClassName
{
background-color: #BF970D;
}
.BgClassName
{
background-color: #BF970D;
}
</style>
border-color css
<style>
span { border-color: #BF970D; }
span { border-color: rgb(191,151,13); }
td.TdClassName
{
border-color: #BF970D;
}
.TagClassName
{
border-color: #BF970D;
}
</style>