Shades of Buddha Gold #BF9C1D
Tints of Buddha Gold #BF9C1D
RGB
CMYK
RGB Variations
Color information
#BF9C1D (or 0xBF9C1D) is known color: Buddha Gold. HEX triplet: BF, 9C and 1D. RGB value is (191,156,29). Sum of RGB (Red+Green+Blue) = 191+156+29=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C1D is #4063E2. Grayscale: #989898. Windows color (decimal): -4219875 or 1940671. OLE color: 1940671.
HSL color Cylindrical-coordinate representation of color #BF9C1D: hue angle of 47.04º 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 #BF9C1D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 29 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.25 |
| HSL | 47.04º | 0.74% | 0.43% | - |
| HSV(B) | 47.04º | 0.85% | 0.75% | - |
| XYZ | 33.6 | 34.94 | 6.14 | - |
| YUV | 151.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 29 | 0 | 0.18 | 0.85 | 0.25 | 47.04 | 0.74 | 0.43 |
| Hex | BF | 9C | 1D | 0 | 12 | 55 | 19 | 2F | 4A | 2B |
| Octal | 277 | 234 | 35 | 0 | 22 | 125 | 31 | 57 | 112 | 53 |
| Binary | 10111111 | 10011100 | 11101 | 0 | 10010 | 1010101 | 11001 | 101111 | 1001010 | 101011 |
Color Harmonies of #BF9C1D
Complementary color
Monochromatic Colors of #BF9C1D
Black with #BF9C1D
Text Example
Text Example
White with #BF9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C1D; }
p { color: rgb(191,156,29); }
H1.HeaderClassName
{
color: #BF9C1D;
}
.AnyTagClassName
{
color: #BF9C1D;
}
</style>
background-color css
<style>
a { background-color: #BF9C1D; }
a { background-color: rgb(191,156,29); }
div.DivClassName
{
background-color: #BF9C1D;
}
.BgClassName
{
background-color: #BF9C1D;
}
</style>
border-color css
<style>
span { border-color: #BF9C1D; }
span { border-color: rgb(191,156,29); }
td.TdClassName
{
border-color: #BF9C1D;
}
.TagClassName
{
border-color: #BF9C1D;
}
</style>