Shades of Buddha Gold #BA990C
Tints of Buddha Gold #BA990C
RGB
CMYK
RGB Variations
Color information
#BA990C (or 0xBA990C) is known color: Buddha Gold. HEX triplet: BA, 99 and 0C. RGB value is (186,153,12). Sum of RGB (Red+Green+Blue) = 186+153+12=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990C is #4566F3. Grayscale: #939393. Windows color (decimal): -4548340 or 825786. OLE color: 825786.
HSL color Cylindrical-coordinate representation of color #BA990C: hue angle of 48.62º 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 #BA990C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.27 |
| HSL | 48.62º | 0.88% | 0.39% | - |
| HSV(B) | 48.62º | 0.94% | 0.73% | - |
| XYZ | 31.71 | 33.25 | 5.09 | - |
| YUV | 146.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 12 | 0 | 0.18 | 0.94 | 0.27 | 48.62 | 0.88 | 0.39 |
| Hex | BA | 99 | C | 0 | 12 | 5E | 1B | 31 | 58 | 27 |
| Octal | 272 | 231 | 14 | 0 | 22 | 136 | 33 | 61 | 130 | 47 |
| Binary | 10111010 | 10011001 | 1100 | 0 | 10010 | 1011110 | 11011 | 110001 | 1011000 | 100111 |
Color Harmonies of #BA990C
Complementary color
Monochromatic Colors of #BA990C
Black with #BA990C
Text Example
Text Example
White with #BA990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA990C; }
p { color: rgb(186,153,12); }
H1.HeaderClassName
{
color: #BA990C;
}
.AnyTagClassName
{
color: #BA990C;
}
</style>
background-color css
<style>
a { background-color: #BA990C; }
a { background-color: rgb(186,153,12); }
div.DivClassName
{
background-color: #BA990C;
}
.BgClassName
{
background-color: #BA990C;
}
</style>
border-color css
<style>
span { border-color: #BA990C; }
span { border-color: rgb(186,153,12); }
td.TdClassName
{
border-color: #BA990C;
}
.TagClassName
{
border-color: #BA990C;
}
</style>