Shades of Buddha Gold #BA9F0B
Tints of Buddha Gold #BA9F0B
RGB
CMYK
RGB Variations
Color information
#BA9F0B (or 0xBA9F0B) is known color: Buddha Gold. HEX triplet: BA, 9F and 0B. RGB value is (186,159,11). Sum of RGB (Red+Green+Blue) = 186+159+11=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F0B is #4560F4. Grayscale: #969696. Windows color (decimal): -4546805 or 761786. OLE color: 761786.
HSL color Cylindrical-coordinate representation of color #BA9F0B: hue angle of 50.74º degrees, saturation: 0.89, 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 #BA9F0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.27 |
| HSL | 50.74º | 0.89% | 0.39% | - |
| HSV(B) | 50.74º | 0.94% | 0.73% | - |
| XYZ | 32.71 | 35.26 | 5.4 | - |
| YUV | 150.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 11 | 0 | 0.15 | 0.94 | 0.27 | 50.74 | 0.89 | 0.39 |
| Hex | BA | 9F | B | 0 | F | 5E | 1B | 33 | 59 | 27 |
| Octal | 272 | 237 | 13 | 0 | 17 | 136 | 33 | 63 | 131 | 47 |
| Binary | 10111010 | 10011111 | 1011 | 0 | 1111 | 1011110 | 11011 | 110011 | 1011001 | 100111 |
Color Harmonies of #BA9F0B
Complementary color
Monochromatic Colors of #BA9F0B
Black with #BA9F0B
Text Example
Text Example
White with #BA9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F0B; }
p { color: rgb(186,159,11); }
H1.HeaderClassName
{
color: #BA9F0B;
}
.AnyTagClassName
{
color: #BA9F0B;
}
</style>
background-color css
<style>
a { background-color: #BA9F0B; }
a { background-color: rgb(186,159,11); }
div.DivClassName
{
background-color: #BA9F0B;
}
.BgClassName
{
background-color: #BA9F0B;
}
</style>
border-color css
<style>
span { border-color: #BA9F0B; }
span { border-color: rgb(186,159,11); }
td.TdClassName
{
border-color: #BA9F0B;
}
.TagClassName
{
border-color: #BA9F0B;
}
</style>