Shades of Buddha Gold #BF9820
Tints of Buddha Gold #BF9820
RGB
CMYK
RGB Variations
Color information
#BF9820 (or 0xBF9820) is known color: Buddha Gold. HEX triplet: BF, 98 and 20. RGB value is (191,152,32). Sum of RGB (Red+Green+Blue) = 191+152+32=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9820 is #4067DF. Grayscale: #969696. Windows color (decimal): -4220896 or 2136255. OLE color: 2136255.
HSL color Cylindrical-coordinate representation of color #BF9820: hue angle of 45.28º 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 #BF9820 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 32 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.25 |
| HSL | 45.28º | 0.71% | 0.44% | - |
| HSV(B) | 45.28º | 0.83% | 0.75% | - |
| XYZ | 32.97 | 33.64 | 6.12 | - |
| YUV | 149.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 32 | 0 | 0.20 | 0.83 | 0.25 | 45.28 | 0.71 | 0.44 |
| Hex | BF | 98 | 20 | 0 | 14 | 53 | 19 | 2D | 47 | 2C |
| Octal | 277 | 230 | 40 | 0 | 24 | 123 | 31 | 55 | 107 | 54 |
| Binary | 10111111 | 10011000 | 100000 | 0 | 10100 | 1010011 | 11001 | 101101 | 1000111 | 101100 |
Color Harmonies of #BF9820
Complementary color
Monochromatic Colors of #BF9820
Black with #BF9820
Text Example
Text Example
White with #BF9820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9820; }
p { color: rgb(191,152,32); }
H1.HeaderClassName
{
color: #BF9820;
}
.AnyTagClassName
{
color: #BF9820;
}
</style>
background-color css
<style>
a { background-color: #BF9820; }
a { background-color: rgb(191,152,32); }
div.DivClassName
{
background-color: #BF9820;
}
.BgClassName
{
background-color: #BF9820;
}
</style>
border-color css
<style>
span { border-color: #BF9820; }
span { border-color: rgb(191,152,32); }
td.TdClassName
{
border-color: #BF9820;
}
.TagClassName
{
border-color: #BF9820;
}
</style>