Shades of Buddha Gold #BF991D
Tints of Buddha Gold #BF991D
RGB
CMYK
RGB Variations
Color information
#BF991D (or 0xBF991D) is known color: Buddha Gold. HEX triplet: BF, 99 and 1D. RGB value is (191,153,29). Sum of RGB (Red+Green+Blue) = 191+153+29=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF991D is #4066E2. Grayscale: #969696. Windows color (decimal): -4220643 or 1939903. OLE color: 1939903.
HSL color Cylindrical-coordinate representation of color #BF991D: hue angle of 45.93º 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 #BF991D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 29 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.25 |
| HSL | 45.93º | 0.74% | 0.43% | - |
| HSV(B) | 45.93º | 0.85% | 0.75% | - |
| XYZ | 33.1 | 33.95 | 5.97 | - |
| YUV | 150.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 29 | 0 | 0.20 | 0.85 | 0.25 | 45.93 | 0.74 | 0.43 |
| Hex | BF | 99 | 1D | 0 | 14 | 55 | 19 | 2E | 4A | 2B |
| Octal | 277 | 231 | 35 | 0 | 24 | 125 | 31 | 56 | 112 | 53 |
| Binary | 10111111 | 10011001 | 11101 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001010 | 101011 |
Color Harmonies of #BF991D
Complementary color
Monochromatic Colors of #BF991D
Black with #BF991D
Text Example
Text Example
White with #BF991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF991D; }
p { color: rgb(191,153,29); }
H1.HeaderClassName
{
color: #BF991D;
}
.AnyTagClassName
{
color: #BF991D;
}
</style>
background-color css
<style>
a { background-color: #BF991D; }
a { background-color: rgb(191,153,29); }
div.DivClassName
{
background-color: #BF991D;
}
.BgClassName
{
background-color: #BF991D;
}
</style>
border-color css
<style>
span { border-color: #BF991D; }
span { border-color: rgb(191,153,29); }
td.TdClassName
{
border-color: #BF991D;
}
.TagClassName
{
border-color: #BF991D;
}
</style>