Shades of Buddha Gold #BF9313
Tints of Buddha Gold #BF9313
RGB
CMYK
RGB Variations
Color information
#BF9313 (or 0xBF9313) is known color: Buddha Gold. HEX triplet: BF, 93 and 13. RGB value is (191,147,19). Sum of RGB (Red+Green+Blue) = 191+147+19=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9313 is #406CEC. Grayscale: #929292. Windows color (decimal): -4222189 or 1283007. OLE color: 1283007.
HSL color Cylindrical-coordinate representation of color #BF9313: hue angle of 44.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF9313 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.25 |
| HSL | 44.65º | 0.82% | 0.41% | - |
| HSV(B) | 44.65º | 0.9% | 0.75% | - |
| XYZ | 32.04 | 31.99 | 5.1 | - |
| YUV | 145.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 19 | 0 | 0.23 | 0.90 | 0.25 | 44.65 | 0.82 | 0.41 |
| Hex | BF | 93 | 13 | 0 | 17 | 5A | 19 | 2D | 52 | 29 |
| Octal | 277 | 223 | 23 | 0 | 27 | 132 | 31 | 55 | 122 | 51 |
| Binary | 10111111 | 10010011 | 10011 | 0 | 10111 | 1011010 | 11001 | 101101 | 1010010 | 101001 |
Color Harmonies of #BF9313
Complementary color
Monochromatic Colors of #BF9313
Black with #BF9313
Text Example
Text Example
White with #BF9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9313; }
p { color: rgb(191,147,19); }
H1.HeaderClassName
{
color: #BF9313;
}
.AnyTagClassName
{
color: #BF9313;
}
</style>
background-color css
<style>
a { background-color: #BF9313; }
a { background-color: rgb(191,147,19); }
div.DivClassName
{
background-color: #BF9313;
}
.BgClassName
{
background-color: #BF9313;
}
</style>
border-color css
<style>
span { border-color: #BF9313; }
span { border-color: rgb(191,147,19); }
td.TdClassName
{
border-color: #BF9313;
}
.TagClassName
{
border-color: #BF9313;
}
</style>