Shades of Buddha Gold #BA990B
Tints of Buddha Gold #BA990B
RGB
CMYK
RGB Variations
Color information
#BA990B (or 0xBA990B) is known color: Buddha Gold. HEX triplet: BA, 99 and 0B. RGB value is (186,153,11). Sum of RGB (Red+Green+Blue) = 186+153+11=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990B is #4566F4. Grayscale: #939393. Windows color (decimal): -4548341 or 760250. OLE color: 760250.
HSL color Cylindrical-coordinate representation of color #BA990B: hue angle of 48.69º 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 #BA990B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.27 |
| HSL | 48.69º | 0.89% | 0.39% | - |
| HSV(B) | 48.69º | 0.94% | 0.73% | - |
| XYZ | 31.7 | 33.25 | 5.06 | - |
| YUV | 146.68 | 51.43 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 11 | 0 | 0.18 | 0.94 | 0.27 | 48.69 | 0.89 | 0.39 |
| Hex | BA | 99 | B | 0 | 12 | 5E | 1B | 31 | 59 | 27 |
| Octal | 272 | 231 | 13 | 0 | 22 | 136 | 33 | 61 | 131 | 47 |
| Binary | 10111010 | 10011001 | 1011 | 0 | 10010 | 1011110 | 11011 | 110001 | 1011001 | 100111 |
Color Harmonies of #BA990B
Complementary color
Monochromatic Colors of #BA990B
Black with #BA990B
Text Example
Text Example
White with #BA990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA990B; }
p { color: rgb(186,153,11); }
H1.HeaderClassName
{
color: #BA990B;
}
.AnyTagClassName
{
color: #BA990B;
}
</style>
background-color css
<style>
a { background-color: #BA990B; }
a { background-color: rgb(186,153,11); }
div.DivClassName
{
background-color: #BA990B;
}
.BgClassName
{
background-color: #BA990B;
}
</style>
border-color css
<style>
span { border-color: #BA990B; }
span { border-color: rgb(186,153,11); }
td.TdClassName
{
border-color: #BA990B;
}
.TagClassName
{
border-color: #BA990B;
}
</style>