Shades of Buddha Gold #BF9212
Tints of Buddha Gold #BF9212
RGB
CMYK
RGB Variations
Color information
#BF9212 (or 0xBF9212) is known color: Buddha Gold. HEX triplet: BF, 92 and 12. RGB value is (191,146,18). Sum of RGB (Red+Green+Blue) = 191+146+18=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9212 is #406DED. Grayscale: #919191. Windows color (decimal): -4222446 or 1217215. OLE color: 1217215.
HSL color Cylindrical-coordinate representation of color #BF9212: hue angle of 44.39º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF9212 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 18 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.25 |
| HSL | 44.39º | 0.83% | 0.41% | - |
| HSV(B) | 44.39º | 0.91% | 0.75% | - |
| XYZ | 31.87 | 31.68 | 5.01 | - |
| YUV | 144.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 18 | 0 | 0.24 | 0.91 | 0.25 | 44.39 | 0.83 | 0.41 |
| Hex | BF | 92 | 12 | 0 | 18 | 5B | 19 | 2C | 53 | 29 |
| Octal | 277 | 222 | 22 | 0 | 30 | 133 | 31 | 54 | 123 | 51 |
| Binary | 10111111 | 10010010 | 10010 | 0 | 11000 | 1011011 | 11001 | 101100 | 1010011 | 101001 |
Color Harmonies of #BF9212
Complementary color
Monochromatic Colors of #BF9212
Black with #BF9212
Text Example
Text Example
White with #BF9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9212; }
p { color: rgb(191,146,18); }
H1.HeaderClassName
{
color: #BF9212;
}
.AnyTagClassName
{
color: #BF9212;
}
</style>
background-color css
<style>
a { background-color: #BF9212; }
a { background-color: rgb(191,146,18); }
div.DivClassName
{
background-color: #BF9212;
}
.BgClassName
{
background-color: #BF9212;
}
</style>
border-color css
<style>
span { border-color: #BF9212; }
span { border-color: rgb(191,146,18); }
td.TdClassName
{
border-color: #BF9212;
}
.TagClassName
{
border-color: #BF9212;
}
</style>