Shades of Buddha Gold #BA990D
Tints of Buddha Gold #BA990D
RGB
CMYK
RGB Variations
Color information
#BA990D (or 0xBA990D) is known color: Buddha Gold. HEX triplet: BA, 99 and 0D. RGB value is (186,153,13). Sum of RGB (Red+Green+Blue) = 186+153+13=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990D is #4566F2. Grayscale: #939393. Windows color (decimal): -4548339 or 891322. OLE color: 891322.
HSL color Cylindrical-coordinate representation of color #BA990D: hue angle of 48.55º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA990D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 13 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.27 |
| HSL | 48.55º | 0.87% | 0.39% | - |
| HSV(B) | 48.55º | 0.93% | 0.73% | - |
| XYZ | 31.71 | 33.25 | 5.13 | - |
| YUV | 146.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 13 | 0 | 0.18 | 0.93 | 0.27 | 48.55 | 0.87 | 0.39 |
| Hex | BA | 99 | D | 0 | 12 | 5D | 1B | 31 | 57 | 27 |
| Octal | 272 | 231 | 15 | 0 | 22 | 135 | 33 | 61 | 127 | 47 |
| Binary | 10111010 | 10011001 | 1101 | 0 | 10010 | 1011101 | 11011 | 110001 | 1010111 | 100111 |
Color Harmonies of #BA990D
Complementary color
Monochromatic Colors of #BA990D
Black with #BA990D
Text Example
Text Example
White with #BA990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA990D; }
p { color: rgb(186,153,13); }
H1.HeaderClassName
{
color: #BA990D;
}
.AnyTagClassName
{
color: #BA990D;
}
</style>
background-color css
<style>
a { background-color: #BA990D; }
a { background-color: rgb(186,153,13); }
div.DivClassName
{
background-color: #BA990D;
}
.BgClassName
{
background-color: #BA990D;
}
</style>
border-color css
<style>
span { border-color: #BA990D; }
span { border-color: rgb(186,153,13); }
td.TdClassName
{
border-color: #BA990D;
}
.TagClassName
{
border-color: #BA990D;
}
</style>