Shades of Buddha Gold #BA9F0C
Tints of Buddha Gold #BA9F0C
RGB
CMYK
RGB Variations
Color information
#BA9F0C (or 0xBA9F0C) is known color: Buddha Gold. HEX triplet: BA, 9F and 0C. RGB value is (186,159,12). Sum of RGB (Red+Green+Blue) = 186+159+12=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F0C is #4560F3. Grayscale: #969696. Windows color (decimal): -4546804 or 827322. OLE color: 827322.
HSL color Cylindrical-coordinate representation of color #BA9F0C: hue angle of 50.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA9F0C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.27 |
| HSL | 50.69º | 0.88% | 0.39% | - |
| HSV(B) | 50.69º | 0.94% | 0.73% | - |
| XYZ | 32.71 | 35.26 | 5.43 | - |
| YUV | 150.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 12 | 0 | 0.15 | 0.94 | 0.27 | 50.69 | 0.88 | 0.39 |
| Hex | BA | 9F | C | 0 | F | 5E | 1B | 33 | 58 | 27 |
| Octal | 272 | 237 | 14 | 0 | 17 | 136 | 33 | 63 | 130 | 47 |
| Binary | 10111010 | 10011111 | 1100 | 0 | 1111 | 1011110 | 11011 | 110011 | 1011000 | 100111 |
Color Harmonies of #BA9F0C
Complementary color
Monochromatic Colors of #BA9F0C
Black with #BA9F0C
Text Example
Text Example
White with #BA9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F0C; }
p { color: rgb(186,159,12); }
H1.HeaderClassName
{
color: #BA9F0C;
}
.AnyTagClassName
{
color: #BA9F0C;
}
</style>
background-color css
<style>
a { background-color: #BA9F0C; }
a { background-color: rgb(186,159,12); }
div.DivClassName
{
background-color: #BA9F0C;
}
.BgClassName
{
background-color: #BA9F0C;
}
</style>
border-color css
<style>
span { border-color: #BA9F0C; }
span { border-color: rgb(186,159,12); }
td.TdClassName
{
border-color: #BA9F0C;
}
.TagClassName
{
border-color: #BA9F0C;
}
</style>