Shades of Buddha Gold #BF9C20
Tints of Buddha Gold #BF9C20
RGB
CMYK
RGB Variations
Color information
#BF9C20 (or 0xBF9C20) is known color: Buddha Gold. HEX triplet: BF, 9C and 20. RGB value is (191,156,32). Sum of RGB (Red+Green+Blue) = 191+156+32=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C20 is #4063DF. Grayscale: #989898. Windows color (decimal): -4219872 or 2137279. OLE color: 2137279.
HSL color Cylindrical-coordinate representation of color #BF9C20: hue angle of 46.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF9C20 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 32 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.25 |
| HSL | 46.79º | 0.71% | 0.44% | - |
| HSV(B) | 46.79º | 0.83% | 0.75% | - |
| XYZ | 33.64 | 34.96 | 6.34 | - |
| YUV | 152.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 32 | 0 | 0.18 | 0.83 | 0.25 | 46.79 | 0.71 | 0.44 |
| Hex | BF | 9C | 20 | 0 | 12 | 53 | 19 | 2F | 47 | 2C |
| Octal | 277 | 234 | 40 | 0 | 22 | 123 | 31 | 57 | 107 | 54 |
| Binary | 10111111 | 10011100 | 100000 | 0 | 10010 | 1010011 | 11001 | 101111 | 1000111 | 101100 |
Color Harmonies of #BF9C20
Complementary color
Monochromatic Colors of #BF9C20
Black with #BF9C20
Text Example
Text Example
White with #BF9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C20; }
p { color: rgb(191,156,32); }
H1.HeaderClassName
{
color: #BF9C20;
}
.AnyTagClassName
{
color: #BF9C20;
}
</style>
background-color css
<style>
a { background-color: #BF9C20; }
a { background-color: rgb(191,156,32); }
div.DivClassName
{
background-color: #BF9C20;
}
.BgClassName
{
background-color: #BF9C20;
}
</style>
border-color css
<style>
span { border-color: #BF9C20; }
span { border-color: rgb(191,156,32); }
td.TdClassName
{
border-color: #BF9C20;
}
.TagClassName
{
border-color: #BF9C20;
}
</style>