Shades of Buddha Gold #BF9C0F
Tints of Buddha Gold #BF9C0F
RGB
CMYK
RGB Variations
Color information
#BF9C0F (or 0xBF9C0F) is known color: Buddha Gold. HEX triplet: BF, 9C and 0F. RGB value is (191,156,15). Sum of RGB (Red+Green+Blue) = 191+156+15=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C0F is #4063F0. Grayscale: #969696. Windows color (decimal): -4219889 or 1023167. OLE color: 1023167.
HSL color Cylindrical-coordinate representation of color #BF9C0F: hue angle of 48.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF9C0F is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 15 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.25 |
| HSL | 48.07º | 0.85% | 0.4% | - |
| HSV(B) | 48.07º | 0.92% | 0.75% | - |
| XYZ | 33.46 | 34.89 | 5.42 | - |
| YUV | 150.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 15 | 0 | 0.18 | 0.92 | 0.25 | 48.07 | 0.85 | 0.4 |
| Hex | BF | 9C | F | 0 | 12 | 5C | 19 | 30 | 55 | 28 |
| Octal | 277 | 234 | 17 | 0 | 22 | 134 | 31 | 60 | 125 | 50 |
| Binary | 10111111 | 10011100 | 1111 | 0 | 10010 | 1011100 | 11001 | 110000 | 1010101 | 101000 |
Color Harmonies of #BF9C0F
Complementary color
Monochromatic Colors of #BF9C0F
Black with #BF9C0F
Text Example
Text Example
White with #BF9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C0F; }
p { color: rgb(191,156,15); }
H1.HeaderClassName
{
color: #BF9C0F;
}
.AnyTagClassName
{
color: #BF9C0F;
}
</style>
background-color css
<style>
a { background-color: #BF9C0F; }
a { background-color: rgb(191,156,15); }
div.DivClassName
{
background-color: #BF9C0F;
}
.BgClassName
{
background-color: #BF9C0F;
}
</style>
border-color css
<style>
span { border-color: #BF9C0F; }
span { border-color: rgb(191,156,15); }
td.TdClassName
{
border-color: #BF9C0F;
}
.TagClassName
{
border-color: #BF9C0F;
}
</style>