Shades of Buddha Gold #BF981D
Tints of Buddha Gold #BF981D
RGB
CMYK
RGB Variations
Color information
#BF981D (or 0xBF981D) is known color: Buddha Gold. HEX triplet: BF, 98 and 1D. RGB value is (191,152,29). Sum of RGB (Red+Green+Blue) = 191+152+29=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF981D is #4067E2. Grayscale: #969696. Windows color (decimal): -4220899 or 1939647. OLE color: 1939647.
HSL color Cylindrical-coordinate representation of color #BF981D: hue angle of 45.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF981D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 29 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.25 |
| HSL | 45.56º | 0.74% | 0.43% | - |
| HSV(B) | 45.56º | 0.85% | 0.75% | - |
| XYZ | 32.94 | 33.62 | 5.92 | - |
| YUV | 149.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 29 | 0 | 0.20 | 0.85 | 0.25 | 45.56 | 0.74 | 0.43 |
| Hex | BF | 98 | 1D | 0 | 14 | 55 | 19 | 2E | 4A | 2B |
| Octal | 277 | 230 | 35 | 0 | 24 | 125 | 31 | 56 | 112 | 53 |
| Binary | 10111111 | 10011000 | 11101 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001010 | 101011 |
Color Harmonies of #BF981D
Complementary color
Monochromatic Colors of #BF981D
Black with #BF981D
Text Example
Text Example
White with #BF981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF981D; }
p { color: rgb(191,152,29); }
H1.HeaderClassName
{
color: #BF981D;
}
.AnyTagClassName
{
color: #BF981D;
}
</style>
background-color css
<style>
a { background-color: #BF981D; }
a { background-color: rgb(191,152,29); }
div.DivClassName
{
background-color: #BF981D;
}
.BgClassName
{
background-color: #BF981D;
}
</style>
border-color css
<style>
span { border-color: #BF981D; }
span { border-color: rgb(191,152,29); }
td.TdClassName
{
border-color: #BF981D;
}
.TagClassName
{
border-color: #BF981D;
}
</style>