Shades of Buddha Gold #BF9C0A
Tints of Buddha Gold #BF9C0A
RGB
CMYK
RGB Variations
Color information
#BF9C0A (or 0xBF9C0A) is known color: Buddha Gold. HEX triplet: BF, 9C and 0A. RGB value is (191,156,10). Sum of RGB (Red+Green+Blue) = 191+156+10=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C0A is #4063F5. Grayscale: #969696. Windows color (decimal): -4219894 or 695487. OLE color: 695487.
HSL color Cylindrical-coordinate representation of color #BF9C0A: hue angle of 48.4º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF9C0A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.25 |
| HSL | 48.4º | 0.9% | 0.39% | - |
| HSV(B) | 48.4º | 0.95% | 0.75% | - |
| XYZ | 33.43 | 34.88 | 5.26 | - |
| YUV | 149.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 10 | 0 | 0.18 | 0.95 | 0.25 | 48.4 | 0.9 | 0.39 |
| Hex | BF | 9C | A | 0 | 12 | 5F | 19 | 30 | 5A | 27 |
| Octal | 277 | 234 | 12 | 0 | 22 | 137 | 31 | 60 | 132 | 47 |
| Binary | 10111111 | 10011100 | 1010 | 0 | 10010 | 1011111 | 11001 | 110000 | 1011010 | 100111 |
Color Harmonies of #BF9C0A
Complementary color
Monochromatic Colors of #BF9C0A
Black with #BF9C0A
Text Example
Text Example
White with #BF9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C0A; }
p { color: rgb(191,156,10); }
H1.HeaderClassName
{
color: #BF9C0A;
}
.AnyTagClassName
{
color: #BF9C0A;
}
</style>
background-color css
<style>
a { background-color: #BF9C0A; }
a { background-color: rgb(191,156,10); }
div.DivClassName
{
background-color: #BF9C0A;
}
.BgClassName
{
background-color: #BF9C0A;
}
</style>
border-color css
<style>
span { border-color: #BF9C0A; }
span { border-color: rgb(191,156,10); }
td.TdClassName
{
border-color: #BF9C0A;
}
.TagClassName
{
border-color: #BF9C0A;
}
</style>