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