Shades of Buddha Gold #BF9213
Tints of Buddha Gold #BF9213
RGB
CMYK
RGB Variations
Color information
#BF9213 (or 0xBF9213) is known color: Buddha Gold. HEX triplet: BF, 92 and 13. RGB value is (191,146,19). Sum of RGB (Red+Green+Blue) = 191+146+19=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9213 is #406DEC. Grayscale: #919191. Windows color (decimal): -4222445 or 1282751. OLE color: 1282751.
HSL color Cylindrical-coordinate representation of color #BF9213: hue angle of 44.3º 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 #BF9213 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.25 |
| HSL | 44.3º | 0.82% | 0.41% | - |
| HSV(B) | 44.3º | 0.9% | 0.75% | - |
| XYZ | 31.88 | 31.68 | 5.05 | - |
| YUV | 144.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 19 | 0 | 0.24 | 0.90 | 0.25 | 44.3 | 0.82 | 0.41 |
| Hex | BF | 92 | 13 | 0 | 18 | 5A | 19 | 2C | 52 | 29 |
| Octal | 277 | 222 | 23 | 0 | 30 | 132 | 31 | 54 | 122 | 51 |
| Binary | 10111111 | 10010010 | 10011 | 0 | 11000 | 1011010 | 11001 | 101100 | 1010010 | 101001 |
Color Harmonies of #BF9213
Complementary color
Monochromatic Colors of #BF9213
Black with #BF9213
Text Example
Text Example
White with #BF9213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9213; }
p { color: rgb(191,146,19); }
H1.HeaderClassName
{
color: #BF9213;
}
.AnyTagClassName
{
color: #BF9213;
}
</style>
background-color css
<style>
a { background-color: #BF9213; }
a { background-color: rgb(191,146,19); }
div.DivClassName
{
background-color: #BF9213;
}
.BgClassName
{
background-color: #BF9213;
}
</style>
border-color css
<style>
span { border-color: #BF9213; }
span { border-color: rgb(191,146,19); }
td.TdClassName
{
border-color: #BF9213;
}
.TagClassName
{
border-color: #BF9213;
}
</style>